Magellan Linux

Diff of /branches/mage-next/src/depwalker.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2624 by niro, Wed Mar 5 08:06:37 2014 UTC revision 2625 by niro, Wed Mar 5 08:15:28 2014 UTC
# Line 18  decho() Line 18  decho()
18  }  }
19    
20  # include all needed files  # include all needed files
21  [ -f @@SYSCONFDIR@@/mage.rc.global ] &&  \  source @@SYSCONFDIR@@/mage.rc.global || die "@@SYSCONFDIR@@/mage.rc.global missing"
22   source @@SYSCONFDIR@@/mage.rc.global || \  source ${MAGERC} || die "Your ${MAGERC} is missing. Aborting."
23   die "@@SYSCONFDIR@@/mage.rc.global missing"  source ${MLIBDIR}/mage4.functions.sh || die "mage functions missing"
24    source ${MLIBDIR}/smage2.functions.sh || die "smage functions 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"  
25    
26  usage()  usage()
27  {  {

Legend:
Removed from v.2624  
changed lines
  Added in v.2625