Magellan Linux

Diff of /trunk/mage/usr/lib/mage/mage3.functions.sh

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

revision 175 by niro, Sun Jul 31 14:15:59 2005 UTC revision 176 by niro, Sun Jul 31 14:48:22 2005 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2  # Magellan Linux Installer Functions (mage.functions.sh)  # Magellan Linux Installer Functions (mage.functions.sh)
3  # $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/mage3.functions.sh,v 1.11 2005-07-31 14:15:59 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/mage3.functions.sh,v 1.12 2005-07-31 14:48:22 niro Exp $
4    
5  mage_setup() {  mage_setup() {
6   install -d $INSTALLDB   install -d $INSTALLDB
# Line 1362  minclude() { Line 1362  minclude() {
1362   then   then
1363   for i in $@   for i in $@
1364   do   do
1365   echo "--- including ${MAGEDIR}/include/${i}.incl"   echo "--- Including ${MAGEDIR}/include/${i}.minc"
1366   source ${MAGEDIR}/include/${i}.minc   source ${MAGEDIR}/include/${i}.minc
1367   done   done
1368   fi   fi
# Line 1375  sminclude() { Line 1375  sminclude() {
1375   then   then
1376   for i in $@   for i in $@
1377   do   do
1378   echo "--- including ${SMAGESCRIPTSDIR}/include/${i}.incl"   echo "--- Including ${SMAGESCRIPTSDIR}/include/${i}.sminc"
1379   source ${SMAGESCRIPTSDIR}/include/${i}.sminc   source ${SMAGESCRIPTSDIR}/include/${i}.sminc
1380   done   done
1381   fi   fi

Legend:
Removed from v.175  
changed lines
  Added in v.176