aboutsummaryrefslogtreecommitdiff
path: root/ISSUES.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-09 11:22:39 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-09 11:22:39 +1200
commitdf0a46e68080fab027752cc2f15a08c950116161 (patch)
tree9d30a8e48e8e942e2655bf2c57c2452030c4f636 /ISSUES.markdown
parentAdd comment on an issue (diff)
downloaddotfiles-df0a46e68080fab027752cc2f15a08c950116161.tar.gz
dotfiles-df0a46e68080fab027752cc2f15a08c950116161.zip
Add another comment on an issue
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.