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 5801144336
commit 7b5a02bf0f

View File

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