mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-23 04:19:27 +01:00
compiler_vm: use "$@" instead of $* to properly pass arguments
This commit is contained in:
parent
6552390c5e
commit
bd9fb7ad0b
@ -3,4 +3,4 @@
|
||||
CC_LOCAL=1
|
||||
export CC_LOCAL
|
||||
ulimit -c 50000
|
||||
./compiler_vm_client.pl compiler $*
|
||||
./compiler_vm_client.pl compiler "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user