aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-21 10:53:33 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-21 10:53:33 +1200
commitd7ad3d8c4fce3d6f74e2bf5afbdb81a7624ae81a (patch)
treea42ccd03d9675cf0ce4806f6635715d03f928c9b
parentRemove single quotes within vr() subshell (diff)
downloaddotfiles-d7ad3d8c4fce3d6f74e2bf5afbdb81a7624ae81a.tar.gz
dotfiles-d7ad3d8c4fce3d6f74e2bf5afbdb81a7624ae81a.zip
Add an issue about sh compatibility
-rw-r--r--ISSUES.markdown10
1 files changed, 10 insertions, 0 deletions
diff --git a/ISSUES.markdown b/ISSUES.markdown
index 90bd18c0..95402145 100644
--- a/ISSUES.markdown
+++ b/ISSUES.markdown
@@ -29,3 +29,13 @@ Known issues
tom@conan:~/.dotfiles(master!+)$ git status
R bash/bashrc.d/ud.bash -> sh/shrc.d/ud.sh
tom@conan:~/.dotfiles(master+)$
+
+* On OpenBSD pdksh, including single quotes in comments within command
+ substitution throws "unclosed quote" errors in the linter checks:
+
+ sh/shrc.d/vr.sh[50]: no closing quote
+ *** Error 1 in /home/tom/.dotfiles (Makefile:348 'check-sh')
+
+ Fixed for the instances I found, but it would be interesting to find
+ whether this is a bug in pdksh or whether it's a dark corner of the POSIX
+ standard.