Skip to content

Commit

Permalink
Kconfig: fix single letter command in scripts/config
Browse files Browse the repository at this point in the history
The one letter commands in scripts/config didn't work and always
printed usage. Fix this here.

Cc: [email protected]
Reported-by: [email protected]
Signed-off-by: Andi Kleen <[email protected]>
Signed-off-by: Michal Marek <[email protected]>
  • Loading branch information
Andi Kleen authored and michal42 committed Nov 25, 2010
1 parent 6e5b869 commit 45f53cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/config
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ while [ "$1" != "" ] ; do
B=$ARG
shift 2
;;
--*)
-*)
checkarg "$1"
shift
;;
Expand Down

0 comments on commit 45f53cc

Please sign in to comment.