summaryrefslogtreecommitdiff
path: root/website/bugs/posix_compliance.mdwn
diff options
context:
space:
mode:
authorMatt Goins <mjgoins@openflows.com>2008-12-04 21:35:28 -0500
committerMatt Goins <mjgoins@openflows.com>2008-12-04 21:35:28 -0500
commitc3b912f2506c3a150f128a77317085cea599a814 (patch)
treebec1f26bf3455a06fae6cac00e2c795d73358234 /website/bugs/posix_compliance.mdwn
parente7c994d6f67d380ed0de21f1500ec395eaab6640 (diff)
parent2483b7de82423d6bf0dec774526a2ca9fef3d64d (diff)
Merge commit 'dkg/master'
Diffstat (limited to 'website/bugs/posix_compliance.mdwn')
-rw-r--r--website/bugs/posix_compliance.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/website/bugs/posix_compliance.mdwn b/website/bugs/posix_compliance.mdwn
new file mode 100644
index 0000000..c2908ad
--- /dev/null
+++ b/website/bugs/posix_compliance.mdwn
@@ -0,0 +1,9 @@
+It would be nice to make all of the Monkeysphere scripts POSIX
+compliant, for portability and light-weightedness. Better POSIX
+compliance would probably at least be better for compatibility with
+o{ther,lder} versions of bash. Unfortunately there are quite a few
+bashism at the moment, so this may not be trivial. For instance:
+
+ servo:~/cmrg/monkeysphere/git 0$ checkbashisms -f src/monkeysphere-server 2>&1 | wc -l
+ 50
+ servo:~/cmrg/monkeysphere/git 0$