All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

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.