Magellan Linux

Diff of /trunk/pkgtools/mage2mysql.sh

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

revision 807 by niro, Wed Feb 11 17:37:27 2009 UTC revision 808 by niro, Wed Feb 11 17:56:03 2009 UTC
# Line 92  evaluate_magefile() Line 92  evaluate_magefile()
92    
93   # the description may contain some escape characters like ' and "   # the description may contain some escape characters like ' and "
94   # which break the above loop   # which break the above loop
95   DESCRIPTION="$(get_value_from_magefile DESCRIPTION ${MAGEFILE})"   DESCRIPTION="$(get_value_from_magefile DESCRIPTION ${MAGEFILE} | sed "s:':\\\':g")"
96    
97   # get var from the name of the magefile   # get var from the name of the magefile
98   PCAT="$(magename2pcat ${MAGEFILE})"   PCAT="$(magename2pcat ${MAGEFILE})"

Legend:
Removed from v.807  
changed lines
  Added in v.808