Magellan Linux

Diff of /trunk/mage/usr/lib/mage/mage4.functions.sh

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

revision 1317 by niro, Fri May 27 12:56:38 2011 UTC revision 1318 by niro, Fri May 27 19:48:35 2011 UTC
# Line 3089  need_busybox_support() Line 3089  need_busybox_support()
3089   then   then
3090   # needs busybox support   # needs busybox support
3091   return 0   return 0
  else  
  # no busybox  
  return 1  
3092   fi   fi
3093   fi   fi
3094    
3095     # no busybox
3096     return 1
3097  }  }
3098    
3099  # busybox_filter_wget_options ${wget_opts}  # busybox_filter_wget_options ${wget_opts}

Legend:
Removed from v.1317  
changed lines
  Added in v.1318