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