From 1dbd7df83b0f6d759dfa3ca070faa5fe361aea62 Mon Sep 17 00:00:00 2001 From: jaeyoung Date: Fri, 25 Sep 2020 10:32:50 +0200 Subject: [PATCH] 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 --- Tools/sitl_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/sitl_run.sh b/Tools/sitl_run.sh index 0a5820fd29..85936d2151 100755 --- a/Tools/sitl_run.sh +++ b/Tools/sitl_run.sh @@ -43,7 +43,7 @@ else fi # To disable user input -if [[ -n "$VERBOSE" ]]; then +if [[ -n "$VERBOSE_SIM" ]]; then verbose="--verbose" else verbose=""