summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@mongodb.com>2017-01-12 20:22:40 -0500
committerAlex Gorrod <alexander.gorrod@mongodb.com>2017-01-13 12:22:40 +1100
commit4d85f283c3607ada88922eb7579fb9aa6ee73ba3 (patch)
treeaaacbe2cadd46c5e80e7e60ef101415b892f230a
parentc6c95a82915a6f0b96a4c514cf0b29e74bcd2f0a (diff)
downloadmongo-4d85f283c3607ada88922eb7579fb9aa6ee73ba3.tar.gz
bug: dist/s_all script has misplaced quote causing bad error reporting (#3243)
-rwxr-xr-xdist/s_all4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/s_all b/dist/s_all
index 4c9d4eccebb..d7a69b08644 100755
--- a/dist/s_all
+++ b/dist/s_all
@@ -97,10 +97,10 @@ COMMANDS="
2>&1 ./s_string > ${t_pfx}s_string
2>&1 ./s_tags > ${t_pfx}tags
2>&1 ./s_typedef -c > ${t_pfx}s_typedef_c
-2>&1 ./s_void > ${t_pfx}s_void"
+2>&1 ./s_void > ${t_pfx}s_void
2>&1 ./s_whitespace > ${t_pfx}s_whitespace
2>&1 ./s_win > ${t_pfx}s_win
-2>&1 python style.py > ${t_pfx}py_style
+2>&1 python style.py > ${t_pfx}py_style"
# Parallelize if possible.
xp=""