diff options
author | Clint Adams <clint@users.sourceforge.net> | 2008-01-04 04:38:03 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2008-01-04 04:38:03 +0000 |
commit | e3d69e9b3656ce779d9cb3cd52a1a4dcb752a635 (patch) | |
tree | 5cd9cf5bb0bb9119a603a8eda6f7def80e695001 /Functions/Misc/run-help | |
parent | 631a17197ef1f5c026205a5e74be5cfdab3f4cda (diff) | |
download | zsh-e3d69e9b3656ce779d9cb3cd52a1a4dcb752a635.tar.gz zsh-e3d69e9b3656ce779d9cb3cd52a1a4dcb752a635.tar.xz zsh-e3d69e9b3656ce779d9cb3cd52a1a4dcb752a635.zip |
24349: add comment about HELPDIR to assist replacement in Debian build.
Diffstat (limited to 'Functions/Misc/run-help')
-rw-r--r-- | Functions/Misc/run-help | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Functions/Misc/run-help b/Functions/Misc/run-help index cfa67f652..de653c5ba 100644 --- a/Functions/Misc/run-help +++ b/Functions/Misc/run-help @@ -11,6 +11,8 @@ emulate -R zsh setopt localoptions +# HELPDIR should be set to the location of the help files + [[ $1 == "." ]] && 1="dot" [[ $1 == ":" ]] && 1="colon" |