From: Christoph Mallon Date: Mon, 17 Sep 2007 11:50:55 +0000 (+0000) Subject: Use prepared CMD. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=7f50c9292aadd7bc959822759dd54b947f9d98c6;p=libfirm Use prepared CMD. [r15824] --- diff --git a/ir/be/test/makereport.sh b/ir/be/test/makereport.sh index 5fdb118a6..9495c977c 100755 --- a/ir/be/test/makereport.sh +++ b/ir/be/test/makereport.sh @@ -87,7 +87,7 @@ for file in $curdir/$CFILES; do echo "*** Run GCC" >> $res CMD="ulimit -t${TIMEOUT_RUN} ; build_gcc/$name.exe > $OUTPUTDIR/result_gcc_$name.txt 2>&1" echo "$CMD" >> $res - /bin/bash -c "ulimit -t${TIMEOUT_RUN} ; build_gcc/$name.exe" > $OUTPUTDIR/result_gcc_$name.txt 2>&1 || GCC_RUN_RES="failed" + /bin/bash -c "$CMD" > $OUTPUTDIR/result_gcc_$name.txt 2>&1 || GCC_RUN_RES="failed" fi if [ ${LINK_RES} = "ok" ]; then