diff options
author | Roy Marples <roy@marples.name> | 2008-03-10 08:56:28 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-10 08:56:28 +0000 |
commit | a276050a547776511c2ff13193a4bf94133eb566 (patch) | |
tree | 198aa4083595a01c6667701ce5b4855719627534 /net/wpa_supplicant.sh | |
parent | c4a54605e0429d7195aae2f3c39f2d371f13c992 (diff) |
Use correct shell_var function, Gentoo bug #212877
Diffstat (limited to 'net/wpa_supplicant.sh')
-rw-r--r-- | net/wpa_supplicant.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wpa_supplicant.sh b/net/wpa_supplicant.sh index fe9e3d29..6c04a3a3 100644 --- a/net/wpa_supplicant.sh +++ b/net/wpa_supplicant.sh @@ -66,7 +66,7 @@ wpa_supplicant_pre_start() if ${wireless} && \ service_started_daemon "${SVCNAME}" "${wpas}"; then SSID=$(_get_ssid "${IFACE}") - SSIDVAR=$(_shell_var "${SSID}") + SSIDVAR=$(shell_var "${SSID}") service_set_value "SSID" "${SSID}" metric=2000 fi |