Revert "scripts: kconfig: merge_config: config files: add a trailing newline"
This reverts commit e45e7fce9f
.
This commit is contained in:
parent
37e508a03b
commit
a8d08bc2aa
1 changed files with 0 additions and 2 deletions
|
@ -160,8 +160,6 @@ for ORIG_MERGE_FILE in $MERGE_LIST ; do
|
||||||
sed -i "/$CFG[ =]/d" $MERGE_FILE
|
sed -i "/$CFG[ =]/d" $MERGE_FILE
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
# In case the previous file lacks a new line at the end
|
|
||||||
echo >> $TMP_FILE
|
|
||||||
cat $MERGE_FILE >> $TMP_FILE
|
cat $MERGE_FILE >> $TMP_FILE
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue