--- branches/mage-next/src/mage4.functions.sh.in 2014/07/16 11:02:39 2719 +++ branches/mage-next/src/mage4.functions.sh.in 2014/07/22 14:17:53 2720 @@ -162,7 +162,6 @@ if [ ${count_total} -gt 1 ]; then echo; fi } - # fix_mtime path/to/$mtime/reffile $pathto/file # creates a given reference file and fixes given file # returns new mtime @@ -3482,7 +3481,7 @@ MAGE_FEATURES_CURRENT=( ${MAGE_FEATURES_CURRENT[*]} "${feature}" ) fi - export MAGE_FEATURE_CURRENT + export MAGE_FEATURES_CURRENT done }