mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05: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
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
perl mkfiles.pl
|
perl mkfiles.pl
|
||||||
# These are text files.
|
# These are text files.
|
||||||
text=`{ find . -name CVS -prune -o \
|
text=`{ find . -name CVS -prune -o \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user