Skip to content

Commit

Permalink
kconfig/merge_config.sh: Accept a single file
Browse files Browse the repository at this point in the history
merge_config.sh can usefully be applied to a single file.
It implicitly merges with the default configuration.

Signed-off-by: Gabriel de Perthuis <g2p.code@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.com>
  • Loading branch information
Gabriel de Perthuis authored and Michal Marek committed Oct 14, 2015
1 parent ed94fea commit 2163e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kconfig/merge_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ while true; do
esac
done

if [ "$#" -lt 2 ] ; then
if [ "$#" -lt 1 ] ; then
usage
exit
fi
Expand Down

0 comments on commit 2163e7b

Please sign in to comment.