From: Andi Kleen Date: Fri, 5 Nov 2010 11:06:05 +0000 (+0100) Subject: Kconfig: fix single letter command in scripts/config X-Git-Tag: upstream/snapshot3+hdmi~11152^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=45f53cc90e8f0e46ab024d0bc1de49ebee0dc583;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git Kconfig: fix single letter command in scripts/config The one letter commands in scripts/config didn't work and always printed usage. Fix this here. Cc: erick@openchill.org Reported-by: erick@openchill.org Signed-off-by: Andi Kleen Signed-off-by: Michal Marek --- diff --git a/scripts/config b/scripts/config index 608d7fd..dfd4732 100755 --- a/scripts/config +++ b/scripts/config @@ -86,7 +86,7 @@ while [ "$1" != "" ] ; do B=$ARG shift 2 ;; - --*) + -*) checkarg "$1" shift ;;