summaryrefslogtreecommitdiff
path: root/runv
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2019-11-13 12:07:12 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2019-11-13 12:07:12 -0500
commit36d01481e735d40df558ef90eadd3c705f8173c7 (patch)
tree317050aac8e67cd425ba3f566c8debcc8138412c /runv
parent011577f9e34205b44d5e32b0f04788bfb6a3c92b (diff)
local & anonymous fns with const params
Diffstat (limited to 'runv')
-rwxr-xr-xrunv2
1 files changed, 1 insertions, 1 deletions
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