Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2163e7b3 authored by Gabriel de Perthuis's avatar Gabriel de Perthuis Committed by Michal Marek
Browse files

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: default avatarGabriel de Perthuis <g2p.code@gmail.com>
Signed-off-by: default avatarMichal Marek <mmarek@suse.com>
parent ed94fea5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ while true; do
	esac
done

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