adding abnormal termination for errors
[project-aon.git] / common / scripts / copy-all-formats.sh
index 3440ad9..f22df65 100755 (executable)
@@ -11,7 +11,7 @@
 
 if [ ! -d "$AONDIR" ]; then
     >&2 echo "Please set the AONDIR environment variable"
-    exit
+    exit 1
 fi
 BASE_DIR="$AONDIR/common/scripts"