kconfig/merge_config.sh: Accept a single file

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>
This commit is contained in:
Gabriel de Perthuis 2015-10-14 16:04:21 +02:00 коммит произвёл Michal Marek
Родитель ed94fea5ba
Коммит 2163e7b38f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -77,7 +77,7 @@ while true; do
esac esac
done done
if [ "$#" -lt 2 ] ; then if [ "$#" -lt 1 ] ; then
usage usage
exit exit
fi fi