Magellan Linux

Diff of /trunk/mage/usr/lib/mage/generate_meta_data.sh

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

revision 489 by niro, Wed May 2 06:12:04 2007 UTC revision 490 by niro, Wed May 2 06:30:09 2007 UTC
# Line 93  then Line 93  then
93   # special functions and variables   # special functions and variables
94   if [[ -n ${SPECIAL_VARS} ]]   if [[ -n ${SPECIAL_VARS} ]]
95   then   then
  local i  
96   for i in ${SPECIAL_VARS}   for i in ${SPECIAL_VARS}
97   do   do
98   # being tricky here :)   # being tricky here :)
# Line 105  then Line 104  then
104   # add special functions   # add special functions
105   if [[ -n ${SPECIAL_FUNCTIONS} ]]   if [[ -n ${SPECIAL_FUNCTIONS} ]]
106   then   then
  local i  
107   for i in ${SPECIAL_FUNCTIONS}   for i in ${SPECIAL_FUNCTIONS}
108   do   do
109   # add to mage (quotes needed !)   # add to mage (quotes needed !)

Legend:
Removed from v.489  
changed lines
  Added in v.490