--- branches/magellan-next/include/mtools.minc 2011/06/02 17:44:13 16 +++ branches/magellan-next/include/mtools.minc 2011/06/02 18:01:44 17 @@ -93,7 +93,7 @@ fi # we do not support $MROOT atm - if [[ ${MROOT} != / ]] || [[ ! -z ${MROOT} ]] + if [[ ${MROOT} != / ]] && [[ ! -z ${MROOT} ]] then echo "\$MROOT is set, doing nothing!" echo "Please add unit ${service} manually to the runlevels!" @@ -132,7 +132,7 @@ fi # we do not support $MROOT atm - if [[ ${MROOT} != / ]] || [[ ! -z ${MROOT} ]] + if [[ ${MROOT} != / ]] && [[ ! -z ${MROOT} ]] then echo "\$MROOT is set, doing nothing!" echo "Please remove unit ${service} manually from the runlevels!" @@ -180,7 +180,7 @@ fi # we do not support $MROOT atm - if [[ ${MROOT} != / ]] || [[ ! -z ${MROOT} ]] + if [[ ${MROOT} != / ]] && [[ ! -z ${MROOT} ]] then echo "\$MROOT is set, doing nothing!" echo "Please remove unit ${service} manually from the runlevels!"