Magellan Linux

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

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

revision 2719 by niro, Tue Mar 4 15:26:05 2014 UTC revision 2720 by niro, Tue Jul 22 14:17:53 2014 UTC
# Line 162  unpack_packages() Line 162  unpack_packages()
162   if [ ${count_total} -gt 1 ]; then echo; fi   if [ ${count_total} -gt 1 ]; then echo; fi
163  }  }
164    
   
165  # fix_mtime path/to/$mtime/reffile $pathto/file  # fix_mtime path/to/$mtime/reffile $pathto/file
166  # creates a given reference file and fixes given file  # creates a given reference file and fixes given file
167  # returns new mtime  # returns new mtime
# Line 3482  msetfeature() Line 3481  msetfeature()
3481   MAGE_FEATURES_CURRENT=( ${MAGE_FEATURES_CURRENT[*]} "${feature}" )   MAGE_FEATURES_CURRENT=( ${MAGE_FEATURES_CURRENT[*]} "${feature}" )
3482   fi   fi
3483    
3484   export MAGE_FEATURE_CURRENT   export MAGE_FEATURES_CURRENT
3485   done   done
3486  }  }
3487    

Legend:
Removed from v.2719  
changed lines
  Added in v.2720