mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-30 19:20:53 +02:00
zsh-workers/8546
This commit is contained in:
parent
eb26579927
commit
3e992b58fc
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ setopt localoptions
|
|||
[[ $1 == ":" ]] && 1="colon"
|
||||
|
||||
# Check whether Util/helpfiles has been used to generate zsh help
|
||||
if [[ $1 == "-l" ]]
|
||||
if [[ $# == 0 || $1 == "-l" ]]
|
||||
then
|
||||
if [[ -n "${HELPDIR:-}" && -d $HELPDIR ]]
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue