From 6d6af07be9b2391949ccaa5f09439ff660eedf2c Mon Sep 17 00:00:00 2001 From: "Tomas V.V.Cox" Date: Sun, 3 Aug 2003 19:21:34 +0000 Subject: [PATCH] Don't let the shell escape quotes --- pear/scripts/pear.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@" -- 2.40.0