From: Martin Mares Date: Tue, 1 Jun 2004 15:05:04 +0000 (+0000) Subject: Compiler has no stdin. X-Git-Tag: python-dummy-working~459 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=918aa6209a25efeaad3d9cac1b66366ed645f878;p=moe.git Compiler has no stdin. --- diff --git a/config b/config index 1eb34d3..950d03e 100644 --- a/config +++ b/config @@ -44,7 +44,7 @@ COMP_p='/usr/bin/fpc -Ci -Cr -g -O2 -So -Sg -o$EXE $EXTRA_PFLAGS $SRC' COMP_pas="$COMP_p" # Sandbox options used when compiling -COMP_SANDBOX_OPTS='-m65536 -t60 -w -e' +COMP_SANDBOX_OPTS='-m65536 -t60 -w -e -i/dev/null' # Sandbox initializaton commands for compilation COMP_SANDBOX_INIT=