summaryrefslogtreecommitdiff
path: root/net.Linux
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-29 09:38:19 +0000
committerRoy Marples <roy@marples.name>2007-11-29 09:38:19 +0000
commitabc627e4a27662282a4f9cb221bf4e7174ad789e (patch)
tree811a338b77f0c5b3b490d8b1c1fff3aa54a493ff /net.Linux
parent44fe71306206f579d2246b761d9e32c6eb137b72 (diff)
downloadopenrc-abc627e4a27662282a4f9cb221bf4e7174ad789e.tar.gz
openrc-abc627e4a27662282a4f9cb221bf4e7174ad789e.tar.bz2
openrc-abc627e4a27662282a4f9cb221bf4e7174ad789e.tar.xz
typo
Diffstat (limited to 'net.Linux')
-rw-r--r--net.Linux/iwconfig.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.Linux/iwconfig.sh b/net.Linux/iwconfig.sh
index 4f8e12f..82162a4 100644
--- a/net.Linux/iwconfig.sh
+++ b/net.Linux/iwconfig.sh
@@ -378,7 +378,7 @@ iwconfig_scan() {
*Address:*)
APS=$((${APS} + 1))
eval MAC_${APS}="\""$(echo "${line#*: }" | tr '[:lower:]' '[:upper:]')"\""
- eva l QUALITY_${APS}=0
+ eval QUALITY_${APS}=0
;;
*ESSID:*)
x=${line#*\"}