Magellan Linux

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

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

revision 2371 by niro, Mon Jan 6 14:09:10 2014 UTC revision 2372 by niro, Mon Jan 6 14:17:37 2014 UTC
# Line 3067  rerun_pkgfunctions() Line 3067  rerun_pkgfunctions()
3067   local i   local i
3068    
3069   # very basic getops   # very basic getops
3070   for i in $*   case $1 in
3071   do   --method) shift; method="$1" ;;
3072   case $1 in   esac
3073   --method) shift; method="$1" ;;   shift
  esac  
  shift  
  done  
3074   local list="$@"   local list="$@"
3075    
3076   # sanity check   # sanity check

Legend:
Removed from v.2371  
changed lines
  Added in v.2372