[U-Boot-Users] Scripting in ppcboot 1.1.5
Wolfgang Denk
wd at denx.de
Fri Mar 7 12:10:20 CET 2003
In message <1047031763.6593.8.camel at radionor-ole.radinor.nor> you wrote:
>
> How do i send the output of a command like md into a variable ?
You cannot. Command substitution via $(command) or `command` is not
available (yet) in U-Boot's implementation of hush (it would require
"eval" which has not been implemented [yet]).
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd at denx.de
An Ada exception is when a routine gets in trouble and says
'Beam me up, Scotty'.
More information about the U-Boot
mailing list