Fix newline inconsistencies from libraries

This commit is contained in:
Shane Freeder
2019-02-10 21:53:53 +00:00
parent 3ddcf052ae
commit 60d222d330
2 changed files with 15 additions and 15 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
}