diff options
Diffstat (limited to 'netware/BUILD/compile-netware-all')
-rwxr-xr-x | netware/BUILD/compile-netware-all | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/netware/BUILD/compile-netware-all b/netware/BUILD/compile-netware-all index f8dea0f7583..35d275f3b42 100755 --- a/netware/BUILD/compile-netware-all +++ b/netware/BUILD/compile-netware-all @@ -1,5 +1,11 @@ #! /bin/sh +# debug +#set -x + +# stop on errors +set -e + path=`dirname $0` $path/compile-netware-standard |