summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/dist/s_funcs
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/dist/s_funcs')
-rwxr-xr-xsrc/third_party/wiredtiger/dist/s_funcs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/dist/s_funcs b/src/third_party/wiredtiger/dist/s_funcs
index 8695c8d4fa7..70ddc7cbd68 100755
--- a/src/third_party/wiredtiger/dist/s_funcs
+++ b/src/third_party/wiredtiger/dist/s_funcs
@@ -2,7 +2,7 @@
# Complain about unused functions
t=__wt.$$
-trap 'rm -f $t; exit 0' 0 1 2 3 13 15
+trap 'rm -f $t' 0 1 2 3 13 15
# List of files to search.
l=`sed -e '/^[a-z]/!d' -e 's/[ ].*$//' -e 's,^,../,' filelist`