]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Add 'set -e' to mksrcarc.sh, so it spots zip returning error.
authorSimon Tatham <anakin@pobox.com>
Tue, 4 Mar 2014 22:56:04 +0000 (22:56 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 4 Mar 2014 22:56:04 +0000 (22:56 +0000)
[originally from svn r10154]

mksrcarc.sh

index 80889937a706a409c6ac43df64b3f8fbfdf49452..a54414d0eb7cdc215a606e26351e7d8d12d6f37e 100755 (executable)
@@ -1,4 +1,7 @@
 #!/bin/sh
+
+set -e
+
 perl mkfiles.pl
 # These are text files.
 text=`{ find . -name CVS -prune -o \