From: Denys Dmytriyenko <denys@ti.com>
To: <meta-arago@arago-project.org>
Subject: Re: [PATCH] oe-layertool-setup.sh: avoid == bashism
Date: Fri, 31 Jan 2014 18:11:34 -0500 [thread overview]
Message-ID: <20140131231133.GO6814@edge> (raw)
In-Reply-To: <1391129278-9755-1-git-send-email-denis@denix.org>
Ping. Any objections?
On Thu, Jan 30, 2014 at 07:47:58PM -0500, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>
>
> Use POSIX "=" for comparison instead of bash "=="
>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
> oe-layertool-setup.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/oe-layertool-setup.sh b/oe-layertool-setup.sh
> index ab66ef3..91fb71a 100755
> --- a/oe-layertool-setup.sh
> +++ b/oe-layertool-setup.sh
> @@ -742,7 +742,7 @@ EOM
> fi
>
> # If command line option was not set use the old dldir
> - if [ "x$dldir" == "x" ]
> + if [ "x$dldir" = "x" ]
> then
> dldir=$old_dldir
> fi
> --
> 1.8.3.2
>
next prev parent reply other threads:[~2014-01-31 23:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-31 0:47 [PATCH] oe-layertool-setup.sh: avoid == bashism Denys Dmytriyenko
2014-01-31 23:11 ` Denys Dmytriyenko [this message]
2014-01-31 23:27 ` Maupin, Chase
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=20140131231133.GO6814@edge \
--to=denys@ti.com \
--cc=meta-arago@arago-project.org \
/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.