summaryrefslogtreecommitdiff
path: root/dist/s_python
diff options
context:
space:
mode:
authorAlex Gorrod <alexander.gorrod@mongodb.com>2016-09-26 17:05:01 +1000
committerAlex Gorrod <alexander.gorrod@mongodb.com>2016-09-26 17:05:01 +1000
commitfc0e7abe82595e579573d42448632f7b36a2d154 (patch)
treeb5a19458b0a49252b4231f1660fc63553b439268 /dist/s_python
parent5bc03723a7e77c96b1d5e45a97173654872c727a (diff)
parent5fb852354745b9efe638183084ee00db821aa132 (diff)
Merge branch 'develop' into mongodb-3.4mongodb-3.4.0-rc0mongodb-3.3.15
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