mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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>
This commit is contained in:
parent
6e5b86924a
commit
45f53cc90e
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ while [ "$1" != "" ] ; do
|
||||||
B=$ARG
|
B=$ARG
|
||||||
shift 2
|
shift 2
|
||||||
;;
|
;;
|
||||||
--*)
|
-*)
|
||||||
checkarg "$1"
|
checkarg "$1"
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue