mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-08-21 15:50:34 +08:00
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:
+1
-1
@@ -43,7 +43,7 @@ else
|
||||
fi
|
||||
|
||||
# To disable user input
|
||||
if [[ -n "$VERBOSE" ]]; then
|
||||
if [[ -n "$VERBOSE_SIM" ]]; then
|
||||
verbose="--verbose"
|
||||
else
|
||||
verbose=""
|
||||
|
||||
Reference in New Issue
Block a user