From d7ad3d8c4fce3d6f74e2bf5afbdb81a7624ae81a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 21 Aug 2016 10:53:33 +1200 Subject: Add an issue about sh compatibility --- ISSUES.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) 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. -- cgit v1.2.3