* [U-Boot-Users] mkconfig script & cygwin
@ 2005-08-01 15:24 Scott McNutt
2005-08-02 6:46 ` Murray.Jensen at csiro.au
0 siblings, 1 reply; 3+ messages in thread
From: Scott McNutt @ 2005-08-01 15:24 UTC (permalink / raw)
To: u-boot
The mkconfig script does not execute properly in my cygwin
environment, but is fine under linux.
Changing line 35 solves the problem:
from: if [ -z "$6" -o "$6" == "NULL" ] ; then
to: if [ -z "$6" -o "$6" = "NULL" ] ; then
The extra "=" is the culprit -- although I don't quite
understand what's happening.
Does this require a patch? Or is my cygwin environment
screwed up?
BTW: the bash version is the same in both environments.
Regards,
--Scott
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] mkconfig script & cygwin
2005-08-01 15:24 [U-Boot-Users] mkconfig script & cygwin Scott McNutt
@ 2005-08-02 6:46 ` Murray.Jensen at csiro.au
2005-08-03 21:05 ` Wolfgang Denk
0 siblings, 1 reply; 3+ messages in thread
From: Murray.Jensen at csiro.au @ 2005-08-02 6:46 UTC (permalink / raw)
To: u-boot
On Mon, 01 Aug 2005 11:24:36 -0400, Scott McNutt writes:
>The mkconfig script does not execute properly in my cygwin
>environment, but is fine under linux.
This is a problem under Solaris also.
>Does this require a patch?
It does. I have already posted a patch which fixes this. It hasn't
been integrated into the tree yet. Cheers!
Murray...
--
Murray Jensen, CSIRO Manufacturing & Infra. Tech. Phone: +61 3 9662 7763
Locked Bag No. 9, Preston, Vic, 3072, Australia. Fax: +61 3 9662 7853
Internet: Murray.Jensen at csiro.au
To the extent permitted by law, CSIRO does not represent, warrant and/or
guarantee that the integrity of this communication has been maintained or
that the communication is free of errors, virus, interception or interference.
The information contained in this e-mail may be confidential or privileged.
Any unauthorised use or disclosure is prohibited. If you have received this
e-mail in error, please delete it immediately and notify Murray Jensen on
+61 3 9662 7763. Thank you.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] mkconfig script & cygwin
2005-08-02 6:46 ` Murray.Jensen at csiro.au
@ 2005-08-03 21:05 ` Wolfgang Denk
0 siblings, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2005-08-03 21:05 UTC (permalink / raw)
To: u-boot
In message <9169.1122965182@gerd> you wrote:
>
> >Does this require a patch?
>
> It does. I have already posted a patch which fixes this. It hasn't
> been integrated into the tree yet. Cheers!
Checked in now. Thanks.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Living on Earth may be expensive, but it includes an annual free trip
around the Sun.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-08-03 21:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-01 15:24 [U-Boot-Users] mkconfig script & cygwin Scott McNutt
2005-08-02 6:46 ` Murray.Jensen at csiro.au
2005-08-03 21:05 ` Wolfgang Denk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.