Fix newline inconsistencies from libraries

This commit is contained in:
Shane Freeder
2019-02-10 21:53:53 +00:00
parent 13f722fe43
commit 2a69500a1f
2 changed files with 14 additions and 14 deletions

View File

@@ -46,7 +46,7 @@ function importLibrary {
exit 1
fi
export MODLOG="$MODLOG Imported $file from $lib\n";
cp "$base" "$target" || exit 1
sed 's/\r$//' "$base" > "$target" || exit 1
done
}