[U-Boot-Users] mkconfig script & cygwin

Scott McNutt smcnutt at psyent.com
Mon Aug 1 17:24:36 CEST 2005


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





More information about the U-Boot mailing list