diff mbox

[1/3] KBUILD: Add script to manipulate .config files on the command line

Message ID 20090107213315.GN496@one.firstfloor.org (mailing list archive)
State New, archived
Headers show

Commit Message

Andi Kleen Jan. 7, 2009, 9:33 p.m. UTC
> When I try to run the script with no arguments nothing happens!?!
> 
> I will merge as is but please followup with a patch so it prints out usage
> in this situation.

Here's a patch 

-Andi

---

Kbuild: print usage with no arguments in scripts/config

Requested by Sam.

Signed-off-by: Andi Kleen <ak@linux.intel.com>

---
 scripts/config |    4 ++++
 1 file changed, 4 insertions(+)
diff mbox

Patch

Index: linux-2.6.28-kbuild/scripts/config
===================================================================
--- linux-2.6.28-kbuild.orig/scripts/config	2009-01-02 02:56:55.000000000 +0100
+++ linux-2.6.28-kbuild/scripts/config	2009-01-07 22:17:40.000000000 +0100
@@ -60,6 +60,10 @@ 
 	FN=.config
 fi
 
+if [ "$1" = "" ] ; then
+	usage
+fi
+
 while [ "$1" != "" ] ; do
 	CMD="$1"
 	shift