[U-Boot-Users] mkconfig script & cygwin

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

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...

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
participants (3)
-
Murray.Jensen@csiro.au
-
Scott McNutt
-
Wolfgang Denk