From 48401f08bea422bdfbf273e904947d9abbfc4659 Mon Sep 17 00:00:00 2001 From: Bruno Ribas Date: Fri, 4 Nov 2016 15:06:20 -0200 Subject: Updated compile/c to current default Signed-off-by: Bruno Ribas --- doc/problemexamples/problemtemplate/compile/c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/problemexamples/problemtemplate') 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 -- cgit v1.2.3