]> granicus.if.org Git - php/commitdiff
Don't let the shell escape quotes
authorTomas V.V.Cox <cox@php.net>
Sun, 3 Aug 2003 19:21:34 +0000 (19:21 +0000)
committerTomas V.V.Cox <cox@php.net>
Sun, 3 Aug 2003 19:21:34 +0000 (19:21 +0000)
pear/scripts/pear.sh

index dad083833894fc7c82793373303783a1cc209bba..6253b9014c589372b411fc769c379cfb573ff684 100644 (file)
@@ -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 "$@"