3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-01-22 10:04:36 +01:00

Removed unnecessary core ulimit

This commit is contained in:
Pragmatic Software 2012-08-02 04:34:35 +00:00
parent d5a3d63235
commit f74de0864e

View File

@ -1,4 +1,3 @@
#!/bin/sh #!/bin/sh
ulimit -c 50000
CC_LOCAL=1 ./compiler_vm_client.pl compiler "$@" CC_LOCAL=1 ./compiler_vm_client.pl compiler "$@"