diff options
author | Roy Marples <roy@marples.name> | 2007-11-29 09:38:19 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-29 09:38:19 +0000 |
commit | abc627e4a27662282a4f9cb221bf4e7174ad789e (patch) | |
tree | 811a338b77f0c5b3b490d8b1c1fff3aa54a493ff /net.Linux/iwconfig.sh | |
parent | 44fe71306206f579d2246b761d9e32c6eb137b72 (diff) |
typo
Diffstat (limited to 'net.Linux/iwconfig.sh')
-rw-r--r-- | net.Linux/iwconfig.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net.Linux/iwconfig.sh b/net.Linux/iwconfig.sh index 4f8e12fd..82162a41 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#*\"} |