Skip to content
Snippets Groups Projects
Commit f60bde9e authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Protect variables correctly during expansion

parent 73689e65
No related branches found
No related tags found
No related merge requests found
......@@ -214,7 +214,7 @@ then
#
if [ $PWM_AUX_DISARMED != none -a $PWM_ACHDIS != none ]
then
pwm disarmed -c $PWM_ACHDIS -p $PWM_AUX_DISARMED -d $OUTPUT_AUX_DEV
pwm disarmed -c ${PWM_ACHDIS} -p ${PWM_AUX_DISARMED} -d ${OUTPUT_AUX_DEV}
fi
if [ $FAILSAFE_AUX != none ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment