Magellan Linux

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

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

revision 2609 by niro, Tue Mar 4 14:35:29 2014 UTC revision 2610 by niro, Tue Mar 4 15:06:49 2014 UTC
# Line 27  die() Line 27  die()
27  {  {
28   xtitleclean   xtitleclean
29   mqueryfeature "debug" && echo -e ${COLRED}"Exited ${BASH_SOURCE} at line no ${BASH_LINENO}."${COLDEFAULT}   mqueryfeature "debug" && echo -e ${COLRED}"Exited ${BASH_SOURCE} at line no ${BASH_LINENO}."${COLDEFAULT}
30   echo -e ${COLRED}"$@"${COLDEFAULT}   echo -e ${COLRED}"Error: $@"${COLDEFAULT}
31   exit 1   exit 1
32  }  }
33    

Legend:
Removed from v.2609  
changed lines
  Added in v.2610