summaryrefslogtreecommitdiff
path: root/netware/BUILD/mwccnlm
diff options
context:
space:
mode:
Diffstat (limited to 'netware/BUILD/mwccnlm')
-rwxr-xr-xnetware/BUILD/mwccnlm3
1 files changed, 3 insertions, 0 deletions
diff --git a/netware/BUILD/mwccnlm b/netware/BUILD/mwccnlm
index 9e989485bd9..cb2d62fe8cf 100755
--- a/netware/BUILD/mwccnlm
+++ b/netware/BUILD/mwccnlm
@@ -1,5 +1,8 @@
#! /bin/sh
+# stop on errors
+set -e
+
# mwccnlm is having a hard time understanding "-I./../include"
# convert it to "-I../include"
args=" "`echo $* | sed -e 's/-I.\/../-I../g'`