summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconf/waproamd.init.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/waproamd.init.in b/conf/waproamd.init.in
index 5f24431..f6b776b 100755
--- a/conf/waproamd.init.in
+++ b/conf/waproamd.init.in
@@ -32,7 +32,7 @@ fi
VERB="$1"
shift
-[ "x$@" != "x"] && INTERFACES="$@"
+[ "x$@" != "x" ] && INTERFACES="$@"
[ "x$INTERFACES" = "xauto" ] && INTERFACES="`cat /proc/net/dev | awk '{ print $1 }' | egrep '^wlan' | cut -d: -f1`"