diff options
author | Roy Marples <roy@marples.name> | 2007-09-18 17:37:35 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-09-18 17:37:35 +0000 |
commit | 726e754fff24d810d39806f7d75504c4d1ca222a (patch) | |
tree | 304e0e7992a583e1f4d34d5e36cee37ede162252 /net.Linux | |
parent | 1996a1e032970beeea690dff8480f8007539b968 (diff) |
var no longer used
Diffstat (limited to 'net.Linux')
-rw-r--r-- | net.Linux/iwconfig.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net.Linux/iwconfig.sh b/net.Linux/iwconfig.sh index b6d6767b..1caae611 100644 --- a/net.Linux/iwconfig.sh +++ b/net.Linux/iwconfig.sh @@ -346,7 +346,6 @@ iwconfig_scan() { return 1 fi - local OIFS=$IFS APS=-1 eval set -- ${scan} for line in "$@" ; do |