Re: [PATCH 1/2] merge_config.sh: Display usage if given too few arguments

2015-01-07 Thread Michal Marek
On Thu, Dec 11, 2014 at 12:55:03PM -0800, Olof Johansson wrote: > Two or more arguments are always expected. Show usage and exit if > given less. > > Signed-off-by: Olof Johansson Applied to kbuild.git#kconfig, thanks. Michal -- To unsubscribe from this list: send the line "unsubscribe linux-ke

[PATCH 1/2] merge_config.sh: Display usage if given too few arguments

2014-12-11 Thread Olof Johansson
Two or more arguments are always expected. Show usage and exit if given less. Signed-off-by: Olof Johansson --- scripts/kconfig/merge_config.sh |5 + 1 file changed, 5 insertions(+) diff --git a/scripts/kconfig/merge_config.sh b/scripts/kconfig/merge_config.sh index 81b0c61..2ab91b9 100