summaryrefslogtreecommitdiff
path: root/website/bugs/use_getopts_instead_of_getopt.mdwn
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2008-11-30 23:27:36 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2008-11-30 23:39:34 -0500
commit2483b7de82423d6bf0dec774526a2ca9fef3d64d (patch)
treebec1f26bf3455a06fae6cac00e2c795d73358234 /website/bugs/use_getopts_instead_of_getopt.mdwn
parent53b6ca110b9a6f17a7c7bc22e4f10d55bb6c2fb1 (diff)
add a couple of bugs about posix compliance and the use of getopts
instead of getopt.
Diffstat (limited to 'website/bugs/use_getopts_instead_of_getopt.mdwn')
-rw-r--r--website/bugs/use_getopts_instead_of_getopt.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/website/bugs/use_getopts_instead_of_getopt.mdwn b/website/bugs/use_getopts_instead_of_getopt.mdwn
new file mode 100644
index 0000000..db087b4
--- /dev/null
+++ b/website/bugs/use_getopts_instead_of_getopt.mdwn
@@ -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.