projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e5b869
)
Kconfig: fix single letter command in scripts/config
author
Andi Kleen
<ak@linux.intel.com>
Fri, 5 Nov 2010 11:06:05 +0000
(12:06 +0100)
committer
Michal 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
patch
|
blob
|
blame
|
history
diff --git
a/scripts/config
b/scripts/config
index 608d7fdb13e8d6ac901eaf99cc3b1b5df0a7cc95..dfd4732f7099c588411035589da5ed9f3c87b738 100755
(executable)
--- a/
scripts/config
+++ b/
scripts/config
@@
-86,7
+86,7
@@
while [ "$1" != "" ] ; do
B=$ARG
shift 2
;;
- -
-
*)
+ -*)
checkarg "$1"
shift
;;