rc.interface: Fix syntax error.

This commit is contained in:
Atsunori Saito
2015-02-16 13:27:38 +09:00
committed by Lorenz Meier
parent f26a1cb3f1
commit 77dbb285ca

View File

@@ -11,7 +11,7 @@ then
# Load main mixer
#
if [ $MIXER_AUX == none -a $USE_IO == yes]
if [ $MIXER_AUX == none -a $USE_IO == yes ]
then
set MIXER_AUX $MIXER.aux
fi