diff options
| author | Bruno Ribas <brunoribas@gmail.com> | 2016-11-04 17:06:20 +0000 |
|---|---|---|
| committer | Bruno Ribas <brunoribas@gmail.com> | 2016-11-04 17:06:20 +0000 |
| commit | 48401f08bea422bdfbf273e904947d9abbfc4659 (patch) | |
| tree | f02329560c5a3efbd1d5045e15460cfff635fe98 /doc/problemexamples/problemtemplate/compile | |
| parent | db4bae36d351278b3cc9326e46b76118cf0426fb (diff) | |
| download | boca-48401f08bea422bdfbf273e904947d9abbfc4659.tar.gz boca-48401f08bea422bdfbf273e904947d9abbfc4659.zip | |
Updated compile/c to current default
Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
Diffstat (limited to 'doc/problemexamples/problemtemplate/compile')
| -rw-r--r-- | doc/problemexamples/problemtemplate/compile/c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/problemexamples/problemtemplate/compile/c b/doc/problemexamples/problemtemplate/compile/c index 77631ec..93b8697 100644 --- a/doc/problemexamples/problemtemplate/compile/c +++ b/doc/problemexamples/problemtemplate/compile/c @@ -135,7 +135,7 @@ cd "$cdir" [ -d /sys/kernel ] || /bin/mount -t sysfs sysfs /sys $sf -r1 -F1000 -n0 -U$bocau -G$bocag -C. -ostdout0 -estderr0 -d$maxm -m$maxm -f20000 -t$ttime -T$ttime ./compileit.sh echo \$? > runit.retcode -if [ ! -d /bocajail ]; then +if [ ! -e /bocajail ]; then /bin/umount /proc 2>/dev/null #/bin/umount /dev /bin/umount /sys 2>/dev/null |