Magellan Linux

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

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

revision 943 by niro, Fri Nov 20 22:39:11 2009 UTC revision 966 by niro, Fri Feb 19 19:59:22 2010 UTC
# Line 1225  syncmage() Line 1225  syncmage()
1225   # clean up backup files (foo~)   # clean up backup files (foo~)
1226   find ${MAGEDIR} -name *~ -exec rm '{}' ';'   find ${MAGEDIR} -name *~ -exec rm '{}' ';'
1227    
1228   # check if an newer mage version is available   # check if a newer mage version is available
1229   is_newer_mage_version_available   is_newer_mage_version_available
1230  }  }
1231    
# Line 1281  syncmage_tarball() Line 1281  syncmage_tarball()
1281   echo "clenaing temp-files ..."   echo "clenaing temp-files ..."
1282   rm -rf ${temp}   rm -rf ${temp}
1283   fi   fi
1284    
1285     # check if a newer mage version is available
1286     is_newer_mage_version_available
1287   else   else
1288   die "Could not fetch the latest tarball ... aborting"   die "Could not fetch the latest tarball ... aborting"
1289   fi   fi

Legend:
Removed from v.943  
changed lines
  Added in v.966