Switch VERBOSE to VERBOSE_SIM

This changes the environment variable `VERBOSE` to `VERBOSE_SIM`, to explicitly state that it configures the verbose output of the simulation
This commit is contained in:
jaeyoung 2020-09-25 10:32:50 +02:00 committed by Beat Küng
parent 60252dde08
commit 1dbd7df83b
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ else
fi
# To disable user input
if [[ -n "$VERBOSE" ]]; then
if [[ -n "$VERBOSE_SIM" ]]; then
verbose="--verbose"
else
verbose=""