summaryrefslogtreecommitdiff
path: root/netware/BUILD/compile-netware-START
diff options
context:
space:
mode:
Diffstat (limited to 'netware/BUILD/compile-netware-START')
-rwxr-xr-xnetware/BUILD/compile-netware-START5
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"