mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Don't let the shell escape quotes
This commit is contained in:
parent
fb6300dd6c
commit
6d6af07be9
1 changed files with 1 additions and 1 deletions
|
@ -25,4 +25,4 @@ else
|
||||||
fi
|
fi
|
||||||
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…
Add table
Add a link
Reference in a new issue