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