Magellan Linux

Diff of /trunk/pkgtools/mage2mysql.sh

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

revision 802 by niro, Tue Feb 10 20:01:36 2009 UTC revision 803 by niro, Wed Feb 11 16:13:24 2009 UTC
# Line 90  evaluate_magefile() Line 90  evaluate_magefile()
90    
91   # the description may contain some escape characters like ' and "   # the description may contain some escape characters like ' and "
92   # which break the above loop   # which break the above loop
93   DESCRIPTION="$(get_value_from_magefile ${i} ${MAGEFILE})"   DESCRIPTION="$(get_value_from_magefile DESCRIPTION ${MAGEFILE})"
94    
95   # get var from the name of the magefile   # get var from the name of the magefile
96   PCAT="$(magename2pcat ${MAGEFILE})"   PCAT="$(magename2pcat ${MAGEFILE})"

Legend:
Removed from v.802  
changed lines
  Added in v.803