diff options
Diffstat (limited to 'netware/BUILD/compile-netware-START')
-rwxr-xr-x | netware/BUILD/compile-netware-START | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/netware/BUILD/compile-netware-START b/netware/BUILD/compile-netware-START index 2941d8868e4..7eef192a907 100755 --- a/netware/BUILD/compile-netware-START +++ b/netware/BUILD/compile-netware-START @@ -1,8 +1,11 @@ #! /bin/sh -#debug +# debug #set -x +# stop on errors +set -e + if test ! -r ./sql/mysqld.cc then echo "you must start from the top source directory" |