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: ...@@ -806,7 +806,7 @@ class FaqWizard:
f.close() f.close()
command = interpolate( command = interpolate(
SH_LOCK + '\n' + SH_CHECKIN, "set -e\n" + SH_LOCK + '\n' + SH_CHECKIN,
file=file, tfn=tfn) file=file, tfn=tfn)
p = os.popen(command) 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