diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2013-11-23 17:44:12 +0000 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2013-11-23 17:44:12 +0000 |
commit | 9503b161ab893a5d5c6ac6f9fdd9e938aee7045c (patch) | |
tree | e4714911e5d88154a27e1878f0aad2af91585b4a /Functions/Misc/run-help | |
parent | 8e2d4c2cf77125588549194677a2688a547c1b9e (diff) | |
download | zsh-9503b161ab893a5d5c6ac6f9fdd9e938aee7045c.tar.gz zsh-9503b161ab893a5d5c6ac6f9fdd9e938aee7045c.tar.xz zsh-9503b161ab893a5d5c6ac6f9fdd9e938aee7045c.zip |
32031 plus missed _run_help: get helpfiles install path corect in functions
Diffstat (limited to 'Functions/Misc/run-help')
-rw-r--r-- | Functions/Misc/run-help | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Misc/run-help b/Functions/Misc/run-help index c817b67d6..e351dd6a6 100644 --- a/Functions/Misc/run-help +++ b/Functions/Misc/run-help @@ -10,7 +10,7 @@ emulate -RL zsh -local HELPDIR="${HELPDIR:-/usr/share/zsh/$ZSH_VERSION/help}" +local HELPDIR="${HELPDIR:-@runhelpdir@}" [[ $1 == "." ]] && 1="dot" [[ $1 == ":" ]] && 1="colon" |