Commit ca2f69cb authored by Guido van Rossum's avatar Guido van Rossum

As Mark Hammond found out, it was a bad idea to add "set -e" to the

check in command -- this fails for new files!
parent 6f5a312c
...@@ -806,7 +806,7 @@ class FaqWizard: ...@@ -806,7 +806,7 @@ class FaqWizard:
f.close() f.close()
command = interpolate( command = interpolate(
"set -e\n" + SH_LOCK + '\n' + SH_CHECKIN, 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