diff options
Diffstat (limited to 'netware/BUILD/compile-netware-debug')
-rwxr-xr-x | netware/BUILD/compile-netware-debug | 6 |
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 |