1
0
Fork 0
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:
Tanaka Akira 1999-11-04 19:06:45 +00:00
parent eb26579927
commit 3e992b58fc

View file

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