Browse Source

Tools: correct quoting in run_in_terminal_window.sh

master
Peter Barker 7 years ago committed by Randy Mackay
parent
commit
b1b978381a
  1. 2
      Tools/autotest/run_in_terminal_window.sh

2
Tools/autotest/run_in_terminal_window.sh

@ -50,6 +50,6 @@ else
# the following "true" is to avoid bash optimising the following call # the following "true" is to avoid bash optimising the following call
# to avoid creating a subshell. We need that subshell, or # to avoid creating a subshell. We need that subshell, or
# _fdm_input_step sees ArduPilot has no parent and kills ArduPilot! # _fdm_input_step sees ArduPilot has no parent and kills ArduPilot!
( : ; $cmd $* &>"$filename" < /dev/null ) & ( : ; "$cmd" $* &>"$filename" < /dev/null ) &
fi fi
exit 0 exit 0

Loading…
Cancel
Save