aboutsummaryrefslogtreecommitdiff
path: root/ISSUES.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-27 14:11:05 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-27 14:11:05 +1300
commite3f9f89282434afdff95f4804cb63ebc66003ebf (patch)
tree088240f167d969ec69c17413fd49e2e7abe1ca87 /ISSUES.markdown
parentAdd an issue (diff)
downloaddotfiles-e3f9f89282434afdff95f4804cb63ebc66003ebf.tar.gz
dotfiles-e3f9f89282434afdff95f4804cb63ebc66003ebf.zip
Fix an issue
End the prompt subshell with a : to reset $?
Diffstat (limited to 'ISSUES.markdown')
-rw-r--r--ISSUES.markdown2
1 files changed, 0 insertions, 2 deletions
diff --git a/ISSUES.markdown b/ISSUES.markdown
index 1e766a6e..5d9d43d3 100644
--- a/ISSUES.markdown
+++ b/ISSUES.markdown
@@ -24,5 +24,3 @@ Known issues
jobspecs around that flee after a jobs builtin run; only saw this manifest
after 90dcadf; either I understand job specs really poorly or this may be a
bug in bash
-* Pressing Enter after an empty first line in ksh93 sets $? to 1; a bit
- annoying. Maybe check history number somehow?