db087b4561a4fb402a6ac339f6cfded805a8a5c6
[monkeysphere.git] / website / bugs / use_getopts_instead_of_getopt.mdwn
1 Since Monkeysphere is using bash, it would be nice to use the shell
2 build in getopts function, instead of the external getopt program.
3 This would reduce an external dependency, which would definitely be
4 better for portability.