add a couple of bugs about posix compliance and the use of getopts
[monkeysphere.git] / website / bugs / use_getopts_instead_of_getopt.mdwn
diff --git a/website/bugs/use_getopts_instead_of_getopt.mdwn b/website/bugs/use_getopts_instead_of_getopt.mdwn
new file mode 100644 (file)
index 0000000..db087b4
--- /dev/null
@@ -0,0 +1,4 @@
+Since Monkeysphere is using bash, it would be nice to use the shell
+build in getopts function, instead of the external getopt program.
+This would reduce an external dependency, which would definitely be
+better for portability.