aboutsummaryrefslogtreecommitdiff
path: root/ISSUES.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-30 22:31:30 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-30 22:42:56 +1300
commit0d79eeb3ab41cf49310ec53e6cf55ccbfe2f7e31 (patch)
tree7d49a185ae556ee2a89818cab4d6d85747696875 /ISSUES.markdown
parentAdd environment variable (diff)
downloaddotfiles-0d79eeb3ab41cf49310ec53e6cf55ccbfe2f7e31.tar.gz
dotfiles-0d79eeb3ab41cf49310ec53e6cf55ccbfe2f7e31.zip
Fix a zsh-as-sh/ksh-specific issue
Very niche, but interesting to fix anyway
Diffstat (limited to 'ISSUES.markdown')
-rw-r--r--ISSUES.markdown5
1 files changed, 0 insertions, 5 deletions
diff --git a/ISSUES.markdown b/ISSUES.markdown
index 6316f0ec..cd21a33f 100644
--- a/ISSUES.markdown
+++ b/ISSUES.markdown
@@ -20,8 +20,3 @@ Known issues
* The directory navigation tools may not be handling directories with
terminal newlines in their names due to subshell expansion chomping them;
could maybe fix this by adding a slash to what's returned
-* zsh when invoked as sh does not source ENV at the end of ~/.profile if it's
- set *during* the profile script, only if it was set when the shell started.
- I can't find anything in the POSIX spec that says this isn't allowed, but
- all the plain sh(1)es I've tried (and Bash/ksh93 as sh) do what I expect.
- Would be good to work out why this is and work around it if it's by design.