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