summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/dist/s_string
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/dist/s_string')
-rwxr-xr-xsrc/third_party/wiredtiger/dist/s_string2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/dist/s_string b/src/third_party/wiredtiger/dist/s_string
index 32aa7528979..b7b0a4bbdba 100755
--- a/src/third_party/wiredtiger/dist/s_string
+++ b/src/third_party/wiredtiger/dist/s_string
@@ -3,7 +3,7 @@
# Check spelling in comments and quoted strings from the source files.
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
LC_ALL=C