Kaynağa Gözat

libuv: Teach import script to add missing newlines

Brad King 8 yıl önce
ebeveyn
işleme
e8b57c2283
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      Utilities/Scripts/update-libuv.bash

+ 2 - 0
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
 }