Protect variables correctly during expansion

This commit is contained in:
Lorenz Meier
2016-12-12 09:07:15 +01:00
parent 73689e65ee
commit f60bde9edd
+1 -1
View File
@@ -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 ]