Magellan Linux

Diff of /branches/mage-next/src/mage4.functions.sh.in

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

revision 3052 by niro, Fri Jun 30 12:36:20 2017 UTC revision 3053 by niro, Tue Aug 1 15:50:20 2017 UTC
# Line 1634  syncmage_tarball() Line 1634  syncmage_tarball()
1634   else   else
1635   echo -ne "${COLBLUE} --- ${COLDEFAULT}"   echo -ne "${COLBLUE} --- ${COLDEFAULT}"
1636   echo -n "checking md5sum... "   echo -n "checking md5sum... "
1637   mchecksum --rundir "${temp}" --file "${latest_md5}" --method md5 || die "md5 for ${latest_tarball} failed"   mchecksum --rundir "${temp}" --file "${temp}/${latest_md5}" --method md5 || die "md5 for ${latest_tarball} failed"
1638   fi   fi
1639    
1640   if [[ -d ${MAGEDIR} ]]   if [[ -d ${MAGEDIR} ]]

Legend:
Removed from v.3052  
changed lines
  Added in v.3053