changeset 4909:853125e48910

<oerjan> sed -i \'s/ulimit/#ulimit/\' interps/gcccomp/gcccomp
author HackBot
date Mon, 29 Sep 2014 07:05:38 +0000
parents d087e101238e
children 282402ff69c9
files interps/gcccomp/gcccomp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/interps/gcccomp/gcccomp	Mon Sep 29 07:01:43 2014 +0000
+++ b/interps/gcccomp/gcccomp	Mon Sep 29 07:05:38 2014 +0000
@@ -48,6 +48,6 @@
 echo 'Does not compile.'
 rm -f "$SOURCE"
 
-ulimit -u 3
+#ulimit -u 3
 if [ -x /tmp/compiled.$$ ] ; then /tmp/compiled.$$; fi 2>&1
 rm -f /tmp/compiled.$$