Commit 2302e873 authored by Andi Kleen's avatar Andi Kleen Committed by Sam Ravnborg

kbuild: print usage with no arguments in scripts/config

Requested by Sam.
Signed-off-by: default avatarAndi Kleen <ak@linux.intel.com>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 2ea03891
......@@ -60,6 +60,10 @@ else
FN=.config
fi
if [ "$1" = "" ] ; then
usage
fi
while [ "$1" != "" ] ; do
CMD="$1"
shift
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment