Kconfig: fix single letter command in scripts/config
authorAndi Kleen <ak@linux.intel.com>
Fri, 5 Nov 2010 11:06:05 +0000 (12:06 +0100)
committerMichal Marek <mmarek@suse.cz>
Thu, 25 Nov 2010 14:51:42 +0000 (15:51 +0100)
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 <ak@linux.intel.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/config

index 608d7fd..dfd4732 100755 (executable)
@@ -86,7 +86,7 @@ while [ "$1" != "" ] ; do
                B=$ARG
                shift 2
                ;;
-       --*)
+       -*)
                checkarg "$1"
                shift
                ;;