From 72c4d0a78c067806a6341a5fc5acb33d5805896b Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Fri, 10 Jul 2020 12:08:40 -0400 Subject: big changes to the way for loops work --- runv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runv') diff --git a/runv b/runv index 4134417..8cba96a 100755 --- a/runv +++ b/runv @@ -12,8 +12,8 @@ fi valgrind $FLAGS --track-origins=yes --exit-on-first-error=yes --error-exitcode=1 --malloc-fill=0xcd --free-fill=0xef --num-callers=100 ./toc $tocf || exit 1 if [ "$1" = "c" ]; then - gcc out.c -g -Wno-builtin-declaration-mismatch && ./a.out + ./test elif [ "$1" = "pc" ]; then - cat out.c + cat test.c fi rm vgcore* 2> /dev/null -- cgit v1.2.3