Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos, spelling and whitespace in tools/naptr-eduroam.sh. | Linus Nordberg | 2011-07-01 | 1 | -15/+15 |
| | | | | Also, change `test' to '['. | ||||
* | (tools/naptr-eduroam.sh): Use /bin/sh rather than bash. | Linus Nordberg | 2011-05-31 | 1 | -8/+8 |
| | | | | | | | | | | 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 `=' | ||||
* | Reindent tools/naptr-eduroam.sh. | Linus Nordberg | 2011-05-31 | 1 | -33/+34 |
| | |||||
* | Create tools/ directory and move shell scripts there. | Linus Nordberg | 2010-05-28 | 3 | -0/+171 |