From b2579d3480226f540efd0c50e0fc54ef5dd91a86 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Thu, 2 May 2002 05:36:21 +0000 Subject: [PATCH] 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. --- pear/scripts/pear.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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