summaryrefslogtreecommitdiff
path: root/netware/BUILD/compile-netware-debug
diff options
context:
space:
mode:
Diffstat (limited to 'netware/BUILD/compile-netware-debug')
-rwxr-xr-xnetware/BUILD/compile-netware-debug6
1 files changed, 6 insertions, 0 deletions
diff --git a/netware/BUILD/compile-netware-debug b/netware/BUILD/compile-netware-debug
index 2cd292c82fd..e44d64e3074 100755
--- a/netware/BUILD/compile-netware-debug
+++ b/netware/BUILD/compile-netware-debug
@@ -1,5 +1,11 @@
#! /bin/sh
+# debug
+#set -x
+
+# stop on errors
+set -e
+
path=`dirname $0`
. $path/compile-netware-START