Fix bashisms in wps-ap-cli script
authorLed <ledest@gmail.com>
Sun, 14 Dec 2014 15:19:57 +0000 (17:19 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 14 Dec 2014 16:27:54 +0000 (18:27 +0200)
commit2797486c4fa7fb91df29c9bbd6f95c2eebe29ad1
tree1ae10ad32aa003da9f774601ab72d0945b14f706
parent33c7eb810a33ff80bfe6f6c87b3602e042e95f22
Fix bashisms in wps-ap-cli script

Option '-p' of 'read' command may be unsupported in some POSIX-complete
shells. So replace 'read -p' with 'echo -n'/'read' pair.

Signed-off-by: Oleksandr Chumachenko <ledest@gmail.com>
wpa_supplicant/examples/wps-ap-cli