(tools/naptr-eduroam.sh): Use /bin/sh rather than bash.
authorLinus Nordberg <linus@nordu.net>
Tue, 31 May 2011 12:36:31 +0000 (14:36 +0200)
committerLinus Nordberg <linus@nordu.net>
Tue, 31 May 2011 12:36:31 +0000 (14:36 +0200)
commit226f6c31d23e4c335ed64279a7e09274173355fb
tree47ec53d2d4996839e48d361f6a7c6e5b008dc320
parentfa01d8dda3f32b3203c6fbaa4dd3c600d76eeaff
(tools/naptr-eduroam.sh): Use /bin/sh rather than bash.

Not all systems have bash (esp. not in /bin) and some people argue
that /bin/sh should be less unsafe due to less code, lower complexity
and being around for longer time.

Fixes:
- /bin/sh builtin echo doesn't have `-e' -- use /bin/echo
- /bin/sh builtin test ([) doesn't understand `==' -- use `='
tools/naptr-eduroam.sh