mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 04:40:59 +01:00
24349: add comment about HELPDIR to assist replacement in Debian build.
This commit is contained in:
parent
631a17197e
commit
e3d69e9b36
2 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2008-01-04 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 24349: Functions/Misc/run-help: add comment about HELPDIR to
|
||||
assist replacement in Debian build.
|
||||
|
||||
2008-01-03 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 24345: Completion/Unix/Command/_metaflac: add --no-utf8-comment
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue