Magellan Linux

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

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

revision 3053 by niro, Fri Jun 30 12:34:44 2017 UTC revision 3054 by niro, Tue Aug 1 15:51:22 2017 UTC
# Line 1658  syncmage_tarball() Line 1658  syncmage_tarball()
1658   else   else
1659   echo -ne "${COLBLUE} --- ${COLDEFAULT}"   echo -ne "${COLBLUE} --- ${COLDEFAULT}"
1660   echo -n "checking md5sum... "   echo -n "checking md5sum... "
1661   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"
1662   fi   fi
1663    
1664   if [[ -d ${MAGEDIR} ]]   if [[ -d ${MAGEDIR} ]]

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