Skip to content
  • Linus Nordberg's avatar
    (tools/naptr-eduroam.sh): Use /bin/sh rather than bash. · 226f6c31
    Linus Nordberg authored
    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 `='
    226f6c31