From: Jon Parise Date: Thu, 2 May 2002 05:36:21 +0000 (+0000) Subject: Revert the previous commit (revision 1.40). X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~308 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2579d3480226f540efd0c50e0fc54ef5dd91a86;p=php Revert the previous commit (revision 1.40). @bindir@ ended up becoming '${exec_prefix}' (literally) on my system (FreeBSD 4.5), thus producing a broken shebang line. @prefix@ works fine for me here. If @bindir@ is indeed preferred, the substitution problem noted above needs to be resolved before the change is reapplied. --- diff --git a/pear/scripts/pear.in b/pear/scripts/pear.in index ccb93ac7c4..dc2561d16b 100644 --- a/pear/scripts/pear.in +++ b/pear/scripts/pear.in @@ -1,4 +1,4 @@ -#!@bindir@/php -Cq +#!@prefix@/bin/php -Cq