Magellan Linux

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

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

revision 2222 by niro, Wed Aug 14 14:07:00 2013 UTC revision 2223 by niro, Wed Oct 16 07:44:53 2013 UTC
# Line 3288  need_busybox_support() Line 3288  need_busybox_support()
3288   do   do
3289   if [[ -x ${busybox} ]]   if [[ -x ${busybox} ]]
3290   then   then
3291   if [[ $(readlink $(which ${cmd})) = ${busybox} ]]   if [[ $(readlink $(type -P ${cmd})) = ${busybox} ]]
3292   then   then
3293   # needs busybox support   # needs busybox support
3294   return 0   return 0

Legend:
Removed from v.2222  
changed lines
  Added in v.2223