From: Yann E. MORIN" Date: Sat, 22 Dec 2012 12:30:32 +0000 (+0100) Subject: Synchronise with v3.8-rc1 X-Git-Tag: v3.8.0.0~11 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=424cb2d757fa32e4018f34924bf3a6d9a8e68511;p=kconfig-frontends Synchronise with v3.8-rc1 Not much getting in this time... :-/ Signed-off-by: "Yann E. MORIN" --- diff --git a/.version b/.version index be041e7..6bf21e8 100644 --- a/.version +++ b/.version @@ -1,2 +1,2 @@ -3.7.0 29594404d7fe73cd80eaa4ee8c43dcc53970c60e Terrified Chipmunk +3.8.0-rc1 a49f0d1ea3ec94fc7cf33a7c36a16343b74bd565 Terrified Chipmunk hg diff --git a/scripts/ksync.log b/scripts/ksync.log index ce4a070..421f10b 100644 --- a/scripts/ksync.log +++ b/scripts/ksync.log @@ -20,3 +20,4 @@ menuconfig: Remove superfluous conditionnal kconfig: document oldnoconfig to what it really does in conf.c kconfig/mconf.c: revision of curses initialization. menuconfig: Replace CIRCLEQ by list_head-style lists. +scripts/config: Fix wrong "shift" for --keep-case diff --git a/utils/tweak.in b/utils/tweak.in index 743dc54..7734522 100644 --- a/utils/tweak.in +++ b/utils/tweak.in @@ -101,7 +101,6 @@ while [ "$1" != "" ] ; do case "$CMD" in --keep-case|-k) MUNGE_CASE=no - shift continue ;; --refresh)