Magellan Linux

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

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

revision 1780 by niro, Sat Feb 18 13:56:34 2012 UTC revision 1781 by niro, Mon Mar 12 23:21:52 2012 UTC
# Line 3441  mqueryfeature() Line 3441  mqueryfeature()
3441    
3442  mprintfeatures()  mprintfeatures()
3443  {  {
3444   echo "Global features:  ${MAGE_FEATURES_GLOBAL[*]}"   echo -e "${COLRED}Global features:${COLDEFAULT} ${MAGE_FEATURES_GLOBAL[*]}"
3445   echo "Local features:   ${MAGE_FEATURES[*]}"   echo -e "${COLYELLOW}Local features:${COLDEFAULT} ${MAGE_FEATURES[*]}"
3446   echo "Current features: ${MAGE_FEATURES_CURRENT[*]}"   echo -e "${COLGREEN}Current features:${COLDEFAULT} ${MAGE_FEATURES_CURRENT[*]}"
3447  }  }

Legend:
Removed from v.1780  
changed lines
  Added in v.1781