16 lines
387 B
Plaintext
16 lines
387 B
Plaintext
--- usr/local/bin/pecl.orig Fri Jul 8 20:30:48 2011
|
|
+++ usr/local/bin/pecl Fri Jul 8 20:31:01 2011
|
|
@@ -4,10 +4,10 @@
|
|
if test "x$PHP_PEAR_PHP_BIN" != "x"; then
|
|
PHP="$PHP_PEAR_PHP_BIN"
|
|
else
|
|
- if test "/usr/local/bin/php" = '@'php_bin'@'; then
|
|
+ if test "${MODPHP_BIN}" = '@'php_bin'@'; then
|
|
PHP=php
|
|
else
|
|
- PHP="/usr/local/bin/php"
|
|
+ PHP="${MODPHP_BIN}"
|
|
fi
|
|
fi
|
|
|