mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-03 20:20:56 +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"
|
[[ $1 == ":" ]] && 1="colon"
|
||||||
|
|
||||||
# Check whether Util/helpfiles has been used to generate zsh help
|
# Check whether Util/helpfiles has been used to generate zsh help
|
||||||
if [[ $1 == "-l" ]]
|
if [[ $# == 0 || $1 == "-l" ]]
|
||||||
then
|
then
|
||||||
if [[ -n "${HELPDIR:-}" && -d $HELPDIR ]]
|
if [[ -n "${HELPDIR:-}" && -d $HELPDIR ]]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue