--- branches/mage-next/src/depwalker.in 2014/03/05 08:06:37 2624 +++ branches/mage-next/src/depwalker.in 2014/03/05 08:15:28 2625 @@ -18,20 +18,10 @@ } # include all needed files -[ -f @@SYSCONFDIR@@/mage.rc.global ] && \ - source @@SYSCONFDIR@@/mage.rc.global || \ - die "@@SYSCONFDIR@@/mage.rc.global missing" - -[ -f ${MAGERC} ] && source ${MAGERC} || \ - die "Your ${MAGERC} is missing. Aborting." - -[ -f ${MLIBDIR}/mage4.functions.sh ] && \ - source ${MLIBDIR}/mage4.functions.sh || \ - die "mage functions missing" - -[ -f ${MLIBDIR}/smage2.functions.sh ] && \ - source ${MLIBDIR}/smage2.functions.sh || \ - die "smage functions missing" +source @@SYSCONFDIR@@/mage.rc.global || die "@@SYSCONFDIR@@/mage.rc.global missing" +source ${MAGERC} || die "Your ${MAGERC} is missing. Aborting." +source ${MLIBDIR}/mage4.functions.sh || die "mage functions missing" +source ${MLIBDIR}/smage2.functions.sh || die "smage functions missing" usage() {