aboutsummaryrefslogtreecommitdiff
path: root/ISSUES.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-19 16:18:01 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-19 16:18:01 +1200
commit6da0d94530a532a6dfbb3ac6c5b9fa4f52139275 (patch)
treecf1f98da7ba86c3df20e18bd4f7e943624f55566 /ISSUES.markdown
parentTranslate apf(1) to POSIX sh (diff)
downloaddotfiles-6da0d94530a532a6dfbb3ac6c5b9fa4f52139275.tar.gz
dotfiles-6da0d94530a532a6dfbb3ac6c5b9fa4f52139275.zip
Port eds(1) to POSIX sh(1)
Even managed to keep the options. Removed issue about Bash scripts; han(1) needs to be Bash as it's specifically for the Bash help() builtin. There's no advantage to making it POSIX.
Diffstat (limited to 'ISSUES.markdown')
-rw-r--r--ISSUES.markdown8
1 files changed, 0 insertions, 8 deletions
diff --git a/ISSUES.markdown b/ISSUES.markdown
index b94ab582..a7b50808 100644
--- a/ISSUES.markdown
+++ b/ISSUES.markdown
@@ -8,14 +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.
-* Where practical, the remaining Bash scripts in bin need to be reimplemented
- as POSIX sh
- - Mostly done now:
-
- [tom@conan:~/.dotfiles/bin](git:master)$ grep bash *
- eds:#!/usr/bin/env bash
- han:#!/usr/bin/env bash
-
* OpenBSD doesn't have a `pandoc` package at all. It would be nice to find
some way of converting the README.markdown into a palatable troff format
with some more readily available (and preferably less heavyweight) tool.