Skip to content
Snippets Groups Projects
Commit 45f53cc9 authored by Andi Kleen's avatar Andi Kleen Committed by Michal Marek
Browse files

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: default avatar <erick@openchill.org>
Signed-off-by: default avatarAndi Kleen <ak@linux.intel.com>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent 6e5b8692
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ while [ "$1" != "" ] ; do
B=$ARG
shift 2
;;
--*)
-*)
checkarg "$1"
shift
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment