提交 2163e7b3 编写于 作者: G Gabriel de Perthuis 提交者: Michal Marek

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: NGabriel de Perthuis <g2p.code@gmail.com>
Signed-off-by: NMichal Marek <mmarek@suse.com>
上级 ed94fea5
...@@ -77,7 +77,7 @@ while true; do ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册