[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <50CB43F4.2000908@suse.cz>
Date: Fri, 14 Dec 2012 16:21:24 +0100
From: Michal Marek <mmarek@...e.cz>
To: Hiroshi Doyu <hdoyu@...dia.com>
Cc: linux-kernel@...r.kernel.org,
"Yann E. MORIN" <yann.morin.1998@...e.fr>,
Andi Kleen <andi@...stfloor.org>
Subject: Re: [PATCH 1/1] scripts/config: Fix wrong "shift" for --keep-case
On 14.12.2012 07:47, Hiroshi Doyu wrote:
> Remove wrong "shift" for --keep-case. There is always "shift" at
> beginning of while-loop. No need "shift" at --keep-case just before
> "continue" to process next argument.
>
> Now the following works as expected:
>
> ./scripts/config -e aAa -k -e bBb -e cCc && tail -3 .config
> CONFIG_AAA=y
> CONFIG_bBb=y
> CONFIG_cCc=y
>
> Signed-off-by: Hiroshi Doyu <hdoyu@...dia.com>
Applied to kbuild.git#misc, thanks.
Michal
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists