Commit 17f9e391 authored by Guido van Rossum's avatar Guido van Rossum

Add "set -e" to lock command.

parent ac44b768
......@@ -806,7 +806,7 @@ class FaqWizard:
f.close()
command = interpolate(
SH_LOCK + '\n' + SH_CHECKIN,
"set -e\n" + SH_LOCK + '\n' + SH_CHECKIN,
file=file, tfn=tfn)
p = os.popen(command)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment