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:
@@ -5,6 +5,8 @@ then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Exit if any of the following commands fail
|
||||
set -e
|
||||
|
||||
TIARA_SETUP_DEFAULT=""
|
||||
DOUBLE_DEFAULT="OFF"
|
||||
|
Reference in New Issue
Block a user