add a couple of bugs about posix compliance and the use of getopts
[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.