From 36d01481e735d40df558ef90eadd3c705f8173c7 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Wed, 13 Nov 2019 12:07:12 -0500 Subject: local & anonymous fns with const params --- runv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runv') diff --git a/runv b/runv index b636596..c9e5a58 100755 --- a/runv +++ b/runv @@ -1,5 +1,5 @@ #!/bin/sh -valgrind -q --track-origins=yes --error-exitcode=1 ./toc test.toc || exit -1 +valgrind -q --track-origins=yes --error-exitcode=1 ./toc test.toc || exit 1 if [ "$1" = "c" ]; then gcc out.c && ./a.out elif [ "$1" = "pc" ]; then -- cgit v1.2.3