From: Harald Hoyer <harald-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: "Amadeusz Żołnowski"
<aidecoe-2qtfh70TtYba5EbDDlwbIw@public.gmane.org>,
initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH] Added missing quotes
Date: Wed, 26 Feb 2014 15:04:44 +0100 [thread overview]
Message-ID: <530DF47C.1010601@redhat.com> (raw)
In-Reply-To: <1393173888-10122-1-git-send-email-aidecoe-2qtfh70TtYba5EbDDlwbIw@public.gmane.org>
On 02/23/2014 05:44 PM, Amadeusz Żołnowski wrote:
> See bug report at https://bugs.gentoo.org/show_bug.cgi?id=502064
> ---
> dracut.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/dracut.sh b/dracut.sh
> index 5267af5..1e35e09 100755
> --- a/dracut.sh
> +++ b/dracut.sh
> @@ -551,7 +551,7 @@ done
> # the old fashioned way
>
> while (($# > 0)); do
> - if [ ${1%%=*} == "++include" ]; then
> + if [ "${1%%=*}" == "++include" ]; then
> push include_src "$2"
> push include_target "$3"
> PARMS_TO_STORE+=" --include '$2' '$3'"
>
Thanks! Pushed
prev parent reply other threads:[~2014-02-26 14:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-23 16:44 [PATCH] Added missing quotes Amadeusz Żołnowski
[not found] ` <1393173888-10122-1-git-send-email-aidecoe-2qtfh70TtYba5EbDDlwbIw@public.gmane.org>
2014-02-26 14:04 ` Harald Hoyer [this message]
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=530DF47C.1010601@redhat.com \
--to=harald-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
--cc=aidecoe-2qtfh70TtYba5EbDDlwbIw@public.gmane.org \
--cc=initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox