1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Add 'set -e' to mksrcarc.sh, so it spots zip returning error.

[originally from svn r10154]
This commit is contained in:
Simon Tatham 2014-03-04 22:56:04 +00:00
parent 1ebac46c6e
commit 227d44e144

View File

@ -1,4 +1,7 @@
#!/bin/sh
set -e
perl mkfiles.pl
# These are text files.
text=`{ find . -name CVS -prune -o \