summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-10-08 23:49:04 +0000
committerLennart Poettering <lennart@poettering.net>2003-10-08 23:49:04 +0000
commit69553b5f868cf5f61c7bbfdd91267f9b09f57d90 (patch)
treee35701fd23bbe39274817da2ee7d8bbb03b28bfe
parent77489e13408e3bbbb8c36735f359426078c3127d (diff)
missing space
git-svn-id: file:///home/lennart/svn/public/aeswepd/trunk@15 022f378f-78c4-0310-b860-d162c87e6274
-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`"