aboutsummaryrefslogtreecommitdiff
path: root/ISSUES.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'ISSUES.markdown')
-rw-r--r--ISSUES.markdown9
1 files changed, 9 insertions, 0 deletions
diff --git a/ISSUES.markdown b/ISSUES.markdown
index 85ba5440..a94cf846 100644
--- a/ISSUES.markdown
+++ b/ISSUES.markdown
@@ -15,6 +15,15 @@ Known issues
- 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:
+
+ [tom@conan:~/.dotfiles/bin](git:master)$ grep bash *
+ apf:#!/usr/bin/env bash
+ edda:#!/usr/bin/env bash
+ eds:#!/usr/bin/env bash
+ han:#!/usr/bin/env bash
+ jfcd:#!/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.