summaryrefslogtreecommitdiff
path: root/dist/s_python
diff options
context:
space:
mode:
authorAlex Gorrod <alexander.gorrod@mongodb.com>2016-09-26 17:05:25 +1000
committerAlex Gorrod <alexander.gorrod@mongodb.com>2016-09-26 17:05:25 +1000
commit9cf2f89d6d95e1de797f05ab1fef28695f8bae7b (patch)
treeee85341e7c28ff824ed4adb2a005d5ed7bea64ba /dist/s_python
parentbb18c439152379fb528af217345be40819b01fc4 (diff)
parentfc0e7abe82595e579573d42448632f7b36a2d154 (diff)
Merge branch 'mongodb-3.4' into mongodb-3.2mongodb-3.2.10
Diffstat (limited to 'dist/s_python')
-rwxr-xr-xdist/s_python4
1 files changed, 3 insertions, 1 deletions
diff --git a/dist/s_python b/dist/s_python
index ce955328288..b8aa5848637 100755
--- a/dist/s_python
+++ b/dist/s_python
@@ -2,7 +2,7 @@
# Python style checks.
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 ..
@@ -25,3 +25,5 @@ test -s $t && {
echo 'trailing semi-colons in selected Python code:'
cat $t
}
+
+exit 0