Skip to content
Snippets Groups Projects
Commit 227d44e1 authored by Simon Tatham's avatar Simon Tatham
Browse files

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

[originally from svn r10154]
parent 1ebac46c
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
set -e
perl mkfiles.pl
# These are text files.
text=`{ find . -name CVS -prune -o \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment