summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJames Rayner <james@archlinux.org>2009-02-16 11:35:12 +0100
committerJames Rayner <james@archlinux.org>2009-02-16 11:35:12 +0100
commit1e8e201f7698e07700f4b85d5a045a5d9b4b8188 (patch)
tree9459c863aa7560931e7745b9665e5727a184cd0d /src
parent371cd06f36328ba0ddb75fe64102e8fc232a7fd3 (diff)
downloadnetctl-1e8e201f7698e07700f4b85d5a045a5d9b4b8188.tar.gz
netctl-1e8e201f7698e07700f4b85d5a045a5d9b4b8188.tar.xz
remove typo
Diffstat (limited to 'src')
-rw-r--r--src/connections/wireless1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/connections/wireless b/src/connections/wireless
index e8ff2e5..76f451d 100644
--- a/src/connections/wireless
+++ b/src/connections/wireless
@@ -7,7 +7,6 @@ wireless_up() {
. ${SUBR_DIR}/wireless
- if [[ ! -d /sys
if [[ ! -d /sys/class/net/$INTERFACE/wireless ]]; then
err_append "$INTERFACE is not a valid wireless interface."
return 1