From 99824847c6953b65b389242f12120888257aa4d2 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Fri, 4 Apr 2003 00:15:53 +0000 Subject: [PATCH] * look for pearcmd.php in the right directory when run from a cvs checkout --- pear/scripts/pear.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pear/scripts/pear.sh b/pear/scripts/pear.sh index 839a0122d3..dad0838338 100644 --- a/pear/scripts/pear.sh +++ b/pear/scripts/pear.sh @@ -17,7 +17,7 @@ if test "x$PHP_PEAR_INSTALL_DIR" != "x"; then INCARG="-d include_path=$PHP_PEAR_INSTALL_DIR" else if test "@php_dir@" = '@'php_dir'@'; then - INCDIR=`dirname $0`/.. + INCDIR=`dirname $0` INCARG="" else INCDIR="@php_dir@" -- 2.50.1