Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Helpfiles again (was Re: modify functions hierarchy (was: etc.))



Martin Vaeth <vaeth@xxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
> if test x"$runhelpdir" = ""; then
>   runhelp=runhelp
> else
>   runhelp=
> fi

I meant the opposite, of course (and forgot x):

if test x"$runhelpdir" = x; then
  runhelp=
else
  runhelp=runhelp
fi



Messages sorted by: Reverse Date, Date, Thread, Author