summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/dist/s_longlines
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/dist/s_longlines')
-rwxr-xr-xsrc/third_party/wiredtiger/dist/s_longlines4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/dist/s_longlines b/src/third_party/wiredtiger/dist/s_longlines
index 43e350022dd..bdb9811b4bd 100755
--- a/src/third_party/wiredtiger/dist/s_longlines
+++ b/src/third_party/wiredtiger/dist/s_longlines
@@ -2,7 +2,7 @@
# Check for long lines
t=__wt.$$
-trap 'rm -f $t; exit 0' 0 1 2 3 13 15
+trap 'rm -f $t' 0 1 2 3 13 15
l=`(cd .. &&
find bench/wtperf examples ext src test -name '*.[chisy]' &&
@@ -20,3 +20,5 @@ for f in $l ; do
expand -t8 < ../$f | awk -- \
"{if(length(\$0) > 80) printf(\"%s:%d\\n\", \"$f\", NR)}"
done
+
+exit 0