Kaydet (Commit) b6fd5a50 authored tarafından Guido van Rossum's avatar Guido van Rossum

Add "set -e" to lock command.

üst 8731e5c3
......@@ -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