The previous commit to ac_mkbuilddir.sh was not enough. Added a line that makes the script to stop if any of the commands fail to avoid cluttering the base astaroth directory. In my case the issue was permission denied when trying to create a project directory in /MYSCRATCH (system root directory) instead of MYSCRATCH (astaroth/MYSCRATCH)

This commit is contained in:
jpekkila
2019-07-29 15:35:17 +03:00
parent abe4dfb4fe
commit 9796d5e981

View File

@@ -5,6 +5,8 @@ then
exit 1 exit 1
fi fi
# Exit if any of the following commands fail
set -e
TIARA_SETUP_DEFAULT="" TIARA_SETUP_DEFAULT=""
DOUBLE_DEFAULT="OFF" DOUBLE_DEFAULT="OFF"