Browse Source

Don't let the shell escape quotes

PEAR_1_4DEV
Tomas V.V.Cox 23 years ago
parent
commit
6d6af07be9
  1. 2
      pear/scripts/pear.sh

2
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 "$@"
Loading…
Cancel
Save