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.
This commit is contained in:
Jon Parise 2002-05-02 05:36:21 +00:00
parent 8ee815ec91
commit b2579d3480

View File

@ -1,4 +1,4 @@
#!@bindir@/php -Cq
#!@prefix@/bin/php -Cq
<?php // -*- PHP -*-
//
// +----------------------------------------------------------------------+