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