summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/dist/s_typedef
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/dist/s_typedef')
-rwxr-xr-xsrc/third_party/wiredtiger/dist/s_typedef2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/dist/s_typedef b/src/third_party/wiredtiger/dist/s_typedef
index b044a0e6b4b..d4bcda94e74 100755
--- a/src/third_party/wiredtiger/dist/s_typedef
+++ b/src/third_party/wiredtiger/dist/s_typedef
@@ -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
# Insulate against locale-specific sort order and IFS from the user's env
LC_ALL=C