diff options
author | Brad King <brad.king@kitware.com> | 2018-01-16 13:27:23 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-01-16 13:27:23 -0500 |
commit | e8b57c2283f731f42b4c7eece0531dab67df3d41 (patch) | |
tree | 3dcede4f436847c28664ade6285ca4433f23a948 /Utilities | |
parent | b4dfe1d8163055f9f40a4c18f5eccccb28f06559 (diff) | |
download | cmake-e8b57c2283f731f42b4c7eece0531dab67df3d41.tar.gz |
libuv: Teach import script to add missing newlines
Diffstat (limited to 'Utilities')
-rwxr-xr-x | Utilities/Scripts/update-libuv.bash | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Utilities/Scripts/update-libuv.bash b/Utilities/Scripts/update-libuv.bash index d7a7d1f285..6d423a7644 100755 --- a/Utilities/Scripts/update-libuv.bash +++ b/Utilities/Scripts/update-libuv.bash @@ -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 } |