diff options
Diffstat (limited to 'netware/BUILD/mwldnlm')
-rwxr-xr-x | netware/BUILD/mwldnlm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/netware/BUILD/mwldnlm b/netware/BUILD/mwldnlm index 7ad2872ccbb..28566fc5cb1 100755 --- a/netware/BUILD/mwldnlm +++ b/netware/BUILD/mwldnlm @@ -1,5 +1,8 @@ #! /bin/sh +# stop on errors +set -e + args=" $*" wine --debugmsg -all -- mwldnlm $args |