In message <[EMAIL PROTECTED]> Sheldon Hearn writes:
: -if [ X$start_vinum = XYES ]; then
: +if [ X"${start_vinum}" = X"YES" ]; then

I never understood why you check against X"YES"?  XYES always seemed
much better than X"YES" since the latter is somewhat obscure.  Both
are identical...

Warner


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to