Magellan Linux

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

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

revision 2167 by niro, Wed Aug 14 14:07:00 2013 UTC revision 2224 by niro, Wed Oct 16 07:46:58 2013 UTC
# Line 1771  get_highest_magefile() Line 1771  get_highest_magefile()
1771   then   then
1772   HIGHEST_MAGEFILE=${magefile}   HIGHEST_MAGEFILE=${magefile}
1773   #for debug only   #for debug only
1774   mqueryfeature "debug" && echo "HIGHEST_MAGEFILE=${HIGHEST_MAGEFILE}"   mqueryfeature "debug" && echo "HIGHEST_MAGEFILE=${HIGHEST_MAGEFILE}" >&2
1775   fi   fi
1776   done   done
1777    
# 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.2167  
changed lines
  Added in v.2224