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:
parent
1ebac46c6e
commit
227d44e144
@ -1,4 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
perl mkfiles.pl
|
||||
# These are text files.
|
||||
text=`{ find . -name CVS -prune -o \
|
||||
|
Loading…
Reference in New Issue
Block a user