kconfig/merge_config.sh: Accept a single file
[cascardo/linux.git] / scripts / kconfig / merge_config.sh
index 6765353..67d1314 100755 (executable)
@@ -77,7 +77,7 @@ while true; do
        esac
 done
 
-if [ "$#" -lt 2 ] ; then
+if [ "$#" -lt 1 ] ; then
        usage
        exit
 fi