Skip to content

Spurious ) in package.xml #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
klutometis opened this issue May 18, 2009 · 1 comment
Closed

Spurious ) in package.xml #1

klutometis opened this issue May 18, 2009 · 1 comment

Comments

@klutometis
Copy link

A spurious ) in package.xml was causing `pear package' to fail for me. Patch:

diff --git a/package.xml b/package.xml
index 7429185..51c9660 100644
--- a/package.xml
+++ b/package.xml
@@ -41,7 +41,7 @@
                     <tasks:replace from="@package_version@" to="version"
                                    type="package-info"/>
 
-                </file>)
+                </file>
             </dir>
             <dir name="scripts">
                 <file name="php-repl" role="script" install-as="php-repl"
@hron
Copy link

hron commented Sep 17, 2009

+1. You should apply this patch. ;]

kalifg pushed a commit to kalifg/php_repl that referenced this issue Jul 17, 2012
…2dc1cc66f4a150d

Add check for PHP_INCLUDE_PATH environment variable
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants