Magellan Linux

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

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

revision 2620 by niro, Tue Mar 4 15:42:54 2014 UTC revision 2621 by niro, Tue Mar 4 15:43:10 2014 UTC
# Line 7  Line 7 
7  : ${MLIBDIR="@@MAGELIBDIR@@"}  : ${MLIBDIR="@@MAGELIBDIR@@"}
8    
9  # first of all include common functions  # first of all include common functions
10  source ${MLIBDIR}/common.functions.sh  source ${MLIBDIR}/common.functions.sh || exit 1
11  source @@SYSCONFDIR@@/mage.rc.global  source @@SYSCONFDIR@@/mage.rc.global || die "@@SYSCONFDIR@@/mage.rc.global missing."
12  source ${MAGERC}  source ${MAGERC} || die "${MAGERC} missing."
13  source ${MLIBDIR}/mage4.functions.sh  source ${MLIBDIR}/mage4.functions.sh || die "${MLIBDIR}/mage4.functions.sh missing."
14    
15  # export default path  # export default path
16  export PATH="${PATH}:${MLIBDIR}"  export PATH="${PATH}:${MLIBDIR}"

Legend:
Removed from v.2620  
changed lines
  Added in v.2621