]> granicus.if.org Git - php/commitdiff
Revert the previous commit (revision 1.40).
authorJon Parise <jon@php.net>
Thu, 2 May 2002 05:36:21 +0000 (05:36 +0000)
committerJon Parise <jon@php.net>
Thu, 2 May 2002 05:36:21 +0000 (05:36 +0000)
@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.

pear/scripts/pear.in

index ccb93ac7c4421a861dcd3769b423f07f506d5e66..dc2561d16bcf4281d69f627668c52269c4ede035 100644 (file)
@@ -1,4 +1,4 @@
-#!@bindir@/php -Cq
+#!@prefix@/bin/php -Cq
 <?php // -*- PHP -*-
 //
 // +----------------------------------------------------------------------+