diff options
author | Andi Kleen <ak@linux.intel.com> | 2010-11-05 07:06:05 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2010-11-25 09:51:42 -0500 |
commit | 45f53cc90e8f0e46ab024d0bc1de49ebee0dc583 (patch) | |
tree | 83de3fcf120eddb540714ac3546d9832a7140c3b /scripts/config | |
parent | 6e5b86924a633f5b6eefb051404339a5a7bb005e (diff) |
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 <ak@linux.intel.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts/config')
-rwxr-xr-x | scripts/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/config b/scripts/config index 608d7fdb13e8..dfd4732f7099 100755 --- a/scripts/config +++ b/scripts/config | |||
@@ -86,7 +86,7 @@ while [ "$1" != "" ] ; do | |||
86 | B=$ARG | 86 | B=$ARG |
87 | shift 2 | 87 | shift 2 |
88 | ;; | 88 | ;; |
89 | --*) | 89 | -*) |
90 | checkarg "$1" | 90 | checkarg "$1" |
91 | shift | 91 | shift |
92 | ;; | 92 | ;; |