Hi,
It seems, a trouble happens using busybox v1.5.0 (2007-03-28 14:34:43). I build an iso using: # udpcast-20070323-1.i586.rpm # udpcast-mkimage-20070328-1.i586.rpm # kernel-udpcast-2.6.20.4-1.i586.rpm
And I get strange things: # date Fri May 4 07:50:34 UTC 2007 # That's OK.
But: # date > /tmp/date.txt # cat /tmp/date.txt #
# A=`echo world` # echo $A world # That's OK.
But: # A=`date` # echo $A
#
No completion working.
Is it possible to correct this?
Thanks!