aboutsummaryrefslogtreecommitdiff
path: root/ISSUES.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-04 12:15:12 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-04 12:15:12 +1200
commitdf402296a04483924dc92cdf0f01f2659d880e51 (patch)
tree76cff6a4d8bea04fb45b5567ca16b83c8d6b1499 /ISSUES.markdown
parentChange clwr(1) to POSIX sh (diff)
downloaddotfiles-df402296a04483924dc92cdf0f01f2659d880e51.tar.gz
dotfiles-df402296a04483924dc92cdf0f01f2659d880e51.zip
Add issue about binscripts
Diffstat (limited to 'ISSUES.markdown')
-rw-r--r--ISSUES.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/ISSUES.markdown b/ISSUES.markdown
index f4f0cfd7..1f79f04f 100644
--- a/ISSUES.markdown
+++ b/ISSUES.markdown
@@ -12,3 +12,5 @@ Known issues
file is unavoidable, it might be nice to abstract this with a wrapper
script that uses mktemp(1) if it can, but otherwise uses mkdir(1) with a
randomised name in "${TMPDIR:-/tmp}". Is mktemp(1) on every *BSD?
+* Where practical, the remaining Bash scripts in bin need to be reimplemented
+ as POSIX sh