Magellan Linux

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

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

revision 177 by niro, Sun Jul 31 15:04:16 2005 UTC revision 178 by niro, Sun Jul 31 15:28:53 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.13 2005-07-31 15:04:09 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/mage3.functions.sh,v 1.14 2005-07-31 15:28:53 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}.minc"   [[ ${MAGEDEBUG} = on ]] && \
1366     echo "--- Including ${MAGEDIR}/include/${i}.minc"
1367   source ${MAGEDIR}/include/${i}.minc   source ${MAGEDIR}/include/${i}.minc
1368   done   done
1369   echo   echo

Legend:
Removed from v.177  
changed lines
  Added in v.178