libuv: Teach import script to add missing newlines

This commit is contained in:
Brad King
2018-01-16 13:27:23 -05:00
parent b4dfe1d816
commit e8b57c2283

View File

@@ -20,6 +20,8 @@ extract_source () {
git_archive
pushd "${extractdir}/${name}-reduced"
echo "* -whitespace" > .gitattributes
echo >> src/unix/aix-common.c
echo >> src/unix/ibmi.c
popd
}