From ba7bdbdb6518b9c987a51ab3a30c4fdc8c6be49c Mon Sep 17 00:00:00 2001 From: "Tomas V.V.Cox" Date: Tue, 25 Jun 2002 13:45:29 +0000 Subject: [PATCH] change the include_path setting to be in the php space instead of doing in the interpreter line (seems to break FreeBSD) --- pear/scripts/pear.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pear/scripts/pear.in b/pear/scripts/pear.in index f70fce65f9..d075a8d449 100644 --- a/pear/scripts/pear.in +++ b/pear/scripts/pear.in @@ -1,4 +1,4 @@ -#!@prefix@/bin/php -Cqd include_path=@include_path@ +#!@prefix@/bin/php -Cq