public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Kconfig: fix single letter command in scripts/config
@ 2010-11-05 11:06 Andi Kleen
  2010-11-25 14:54 ` Michal Marek
  0 siblings, 1 reply; 2+ messages in thread
From: Andi Kleen @ 2010-11-05 11:06 UTC (permalink / raw)
  To: mmarek; +Cc: linux-kbuild, Andi Kleen, erick

From: Andi Kleen <ak@linux.intel.com>

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>
---
 scripts/config |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/config b/scripts/config
index 608d7fd..dfd4732 100755
--- a/scripts/config
+++ b/scripts/config
@@ -86,7 +86,7 @@ while [ "$1" != "" ] ; do
 		B=$ARG
 		shift 2
 		;;
-	--*)
+	-*)
 		checkarg "$1"
 		shift
 		;;
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-11-25 14:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-05 11:06 [PATCH] Kconfig: fix single letter command in scripts/config Andi Kleen
2010-11-25 14:54 ` Michal Marek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox