aboutsummaryrefslogtreecommitdiff
path: root/ISSUES.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-19 09:41:18 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-19 09:41:18 +1200
commit66f98e6a2f3914013fcea7b01ec11ad5b6246337 (patch)
treed490496cf6609920f938c5030499f1cae02b4351 /ISSUES.markdown
parentFlag a remaining Bash script converted (diff)
downloaddotfiles-66f98e6a2f3914013fcea7b01ec11ad5b6246337.tar.gz
dotfiles-66f98e6a2f3914013fcea7b01ec11ad5b6246337.zip
Flag issue fixed
Diffstat (limited to 'ISSUES.markdown')
-rw-r--r--ISSUES.markdown5
1 files changed, 0 insertions, 5 deletions
diff --git a/ISSUES.markdown b/ISSUES.markdown
index aa051a22..7b606f7d 100644
--- a/ISSUES.markdown
+++ b/ISSUES.markdown
@@ -8,11 +8,6 @@ Known issues
* man(1) completion doesn't work on OpenBSD as manpath(1) isn't a thing on
that system; need to find some way of finding which manual directories
should be searched at runtime, if there is one.
-* mktemp(1) is not POSIX, though it's commonly available; where a temporary
- 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?
- - Mostly fixed now with mktd(1), still using mktemp(1) in a few places
* Where practical, the remaining Bash scripts in bin need to be reimplemented
as POSIX sh
- Mostly done now: