1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-22 16:20:23 +02:00

24349: add comment about HELPDIR to assist replacement in Debian build.

This commit is contained in:
Clint Adams 2008-01-04 04:38:03 +00:00
parent 631a17197e
commit e3d69e9b36
2 changed files with 7 additions and 0 deletions

View file

@ -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"