Magellan Linux

Diff of /branches/mage-next/src/sql/sql_functions.sh

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

revision 2605 by niro, Wed Jan 29 13:45:34 2014 UTC revision 2606 by niro, Tue Mar 4 14:47:42 2014 UTC
# Line 725  mage_install() Line 725  mage_install()
725   then   then
726   echo -ne "${COLBLUE} *** ${COLDEFAULT}"   echo -ne "${COLBLUE} *** ${COLDEFAULT}"
727   echo -n "rebuilding environment ... "   echo -n "rebuilding environment ... "
728   ${MLIBDIR}/env-rebuild.sh > /dev/null && \   ${MLIBDIR}/env-rebuild > /dev/null && \
729   echo "done." || echo "failure."   echo "done." || echo "failure."
730   unset MAGE_ENV_REBUILD   unset MAGE_ENV_REBUILD
731   fi   fi

Legend:
Removed from v.2605  
changed lines
  Added in v.2606