Skip to content

Commit 9982484

Browse files
committed
* look for pearcmd.php in the right directory when run from a cvs checkout
1 parent 3ba4fa6 commit 9982484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pear/scripts/pear.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if test "x$PHP_PEAR_INSTALL_DIR" != "x"; then
1717
INCARG="-d include_path=$PHP_PEAR_INSTALL_DIR"
1818
else
1919
if test "@php_dir@" = '@'php_dir'@'; then
20-
INCDIR=`dirname $0`/..
20+
INCDIR=`dirname $0`
2121
INCARG=""
2222
else
2323
INCDIR="@php_dir@"

0 commit comments

Comments
 (0)