]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 608d7fdb13e8d6ac901eaf99cc3b1b5df0a7cc95..dfd4732f7099c588411035589da5ed9f3c87b738 100755 (executable)
@@ -86,7 +86,7 @@ while [ "$1" != "" ] ; do
                B=$ARG
                shift 2
                ;;
-       --*)
+       -*)
                checkarg "$1"
                shift
                ;;