[U-Boot-Users] script to delete all trailing space

Aubrey Li aubrey.adi at gmail.com
Mon Mar 12 14:46:57 CET 2007


On 3/12/07, Wolfgang Denk <wd at denx.de> wrote:
> In message <27d85ee10703120314i2f5601ffica5fe5a0958b7ba1 at mail.gmail.com> you wrote:
> >
> > for i in $*
> > do strip $i
> > done
>
> This will typically NOT do what you might expect.
>
> strip - Discard symbols from object files
>

You are wrong. If the name of the function in the script is the same
as the external application, the function will be executed, NOT the
external application.

Best Regards,
-Aubrey




More information about the U-Boot mailing list