diff options
-rw-r--r-- | pear/scripts/pear.sh | 2 |
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 "$@" |