summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas V.V.Cox <cox@php.net>2003-08-03 19:21:34 +0000
committerTomas V.V.Cox <cox@php.net>2003-08-03 19:21:34 +0000
commit6d6af07be9b2391949ccaa5f09439ff660eedf2c (patch)
treebac488aae8af65f64a233d4a03a77f2df6dc23c9
parentfb6300dd6cdef77eb72f1ec213b6828b368b694d (diff)
downloadphp-git-6d6af07be9b2391949ccaa5f09439ff660eedf2c.tar.gz
Don't let the shell escape quotes
-rw-r--r--pear/scripts/pear.sh2
1 files changed, 1 insertions, 1 deletions
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 "$@"