From: Tomas V.V.Cox Date: Sun, 3 Aug 2003 19:21:34 +0000 (+0000) Subject: Don't let the shell escape quotes X-Git-Tag: RELEASE_1_2b5~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d6af07be9b2391949ccaa5f09439ff660eedf2c;p=php Don't let the shell escape quotes --- diff --git a/pear/scripts/pear.sh b/pear/scripts/pear.sh index dad0838338..6253b9014c 100644 --- a/pear/scripts/pear.sh +++ b/pear/scripts/pear.sh @@ -25,4 +25,4 @@ else fi fi -exec $PHP -C -q $INCARG -d output_buffering=1 $INCDIR/pearcmd.php $@ +exec $PHP -C -q $INCARG -d output_buffering=1 $INCDIR/pearcmd.php "$@"