aboutsummaryrefslogtreecommitdiff
path: root/ISSUES.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-08 18:53:25 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-08 19:20:07 +1200
commit038c0cc63acc3aede44bbf47aa0209432d69b481 (patch)
treed712117929e7d787a344bf11ea110aa54c2b70d2 /ISSUES.markdown
parentAdd abort-unmodified=no to .muttrc (diff)
downloaddotfiles-038c0cc63acc3aede44bbf47aa0209432d69b481.tar.gz
dotfiles-038c0cc63acc3aede44bbf47aa0209432d69b481.zip
Remove issue
Stumbled on a clue in izabera's libash: <https://github.com/izabera/libash/blob/master/scripts/2.completion#L113> Checking the changelog: <http://git.savannah.gnu.org/cgit/bash.git/tree/CHANGES?id=c2fa658335af1d85547b9eff874e97add742d595#n60> >s. Fixed a bug that caused the shell to not correctly parse multi-line > process substitutions containing comments and quoted strings. I can't actually find the code concerned though. I think it's somewhere in c2fa658, maybe in subst.c.
Diffstat (limited to 'ISSUES.markdown')
-rw-r--r--ISSUES.markdown11
1 files changed, 0 insertions, 11 deletions
diff --git a/ISSUES.markdown b/ISSUES.markdown
index 2715bfbb..e413456d 100644
--- a/ISSUES.markdown
+++ b/ISSUES.markdown
@@ -12,17 +12,6 @@ Known issues
git-reflog(1) calls
* The \xFF syntax for regex as used in rfct(1df) is not POSIX. Need to decide
if it's well-supported enough to keep it anyway.
-* 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.
-
- Turns out that old versions of Bash in `sh` mode do this too.
* I can probably share my psql() completions/shortcuts after sanitizing them
a bit
* A key binding for importing sections of the screen and optionally uploading