All of lore.kernel.org
 help / color / mirror / Atom feed
From: Scott McNutt <smcnutt@psyent.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] mkconfig script & cygwin
Date: Mon, 01 Aug 2005 11:24:36 -0400	[thread overview]
Message-ID: <42EE3EB4.20305@psyent.com> (raw)

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

             reply	other threads:[~2005-08-01 15:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-01 15:24 Scott McNutt [this message]
2005-08-02  6:46 ` [U-Boot-Users] mkconfig script & cygwin Murray.Jensen at csiro.au
2005-08-03 21:05   ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42EE3EB4.20305@psyent.com \
    --to=smcnutt@psyent.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.