Tools: correct quoting in run_in_terminal_window.sh
This commit is contained in:
parent
db90ee6841
commit
b1b978381a
@ -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…
Reference in New Issue
Block a user