[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: please fix your RC bugs



phil@bolthole.com wrote:

sigh.. okay, my "correction" had bugs, too :-)
better as


if [ ! -d ~root -a -x /usr/xpg4/bin/sh  ] ; then


Better yet, be POSIX compliant:

if [ ! -d ~root ] && [ -x /usr/xpg4/bin/sh ] ; then



Reply to: