diff options
author | Tobias Powalowski <tpowa@archlinux.org> | 2007-10-18 14:27:56 +0000 |
---|---|---|
committer | Tobias Powalowski <tpowa@archlinux.org> | 2007-10-18 14:27:56 +0000 |
commit | a7c1404def678e27e0ac808397f46f81a1d2c8d4 (patch) | |
tree | d9b7e5b5ea69e3362d285fb8b0602b542249833a | |
parent | fa4866f0adce9c3e0bfc09fb878eebb99797c338 (diff) |
'upgpkg: fixed utf typo'
-rwxr-xr-x | netcfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -131,7 +131,7 @@ start_profile() [ "$WPAOPTS" ] || WPAOPTS="-Dwext" wpa_supplicant -wB -i ${WIFI_INTERFACE} -c ${WPA_CONF} $WPAOPTS - # I don�t know how we could determine if wpa_supplicant is ready + # I don't know how we could determine if wpa_supplicant is ready sleep 2 let i=0 while ! wpa_cli status | grep "wpa_state=COMPLETED" >/dev/null 2>&1; do |