-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
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"
Metadata
Metadata
Assignees
Labels
No labels