From abc627e4a27662282a4f9cb221bf4e7174ad789e Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 29 Nov 2007 09:38:19 +0000 Subject: typo --- net.Linux/iwconfig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net.Linux') 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#*\"} -- cgit v1.2.3