Magellan Linux

Diff of /branches/mage-next/src/env-rebuild.in

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

trunk/mage/usr/lib/mage/env-rebuild.sh revision 1602 by niro, Tue Jan 3 14:22:03 2012 UTC branches/mage-next/src/env-rebuild.in revision 2549 by niro, Wed Jan 29 11:47:55 2014 UTC
# Line 60  do Line 60  do
60   if [[ ${SPECVAR} = yes ]]   if [[ ${SPECVAR} = yes ]]
61   then   then
62   case ${variable} in   case ${variable} in
63   CONFIG_PROTECT*|XDG*)   CONFIG_PROTECT*)
64   # CONFIG_PROTECT*|XDG* have as delimiter  not ':'  but ' '   # CONFIG_PROTECT** have as delimiter  not ':'  but ' '
65   echo -n "${value} " >> ${TMPDIR}/${variable}   echo -n "${value} " >> ${TMPDIR}/${variable}
66   unset SPECVAR   unset SPECVAR
67   ;;   ;;

Legend:
Removed from v.1602  
changed lines
  Added in v.2549