3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02:00

compiler_vm: use "$@" instead of $* to properly pass arguments

This commit is contained in:
Pragmatic Software 2011-02-07 20:51:27 +00:00
parent 6552390c5e
commit bd9fb7ad0b

View File

@ -3,4 +3,4 @@
CC_LOCAL=1
export CC_LOCAL
ulimit -c 50000
./compiler_vm_client.pl compiler $*
./compiler_vm_client.pl compiler "$@"