summaryrefslogtreecommitdiff
path: root/dist/s_void
diff options
context:
space:
mode:
Diffstat (limited to 'dist/s_void')
-rw-r--r--dist/s_void4
1 files changed, 3 insertions, 1 deletions
diff --git a/dist/s_void b/dist/s_void
index ab2f23a5fdd..f7bfbcc7e8e 100644
--- a/dist/s_void
+++ b/dist/s_void
@@ -1,7 +1,7 @@
#! /bin/sh
t=__wt.$$
-trap 'rm -f $t; exit 0' 0 1 2 3 13 15
+trap 'rm -f $t' 0 1 2 3 13 15
cd ..
@@ -132,3 +132,5 @@ for f in `find bench ext src test -name '*.[ci]'`; do
cat $t
}
done
+
+exit 0