Fix newline inconsistencies from libraries

This commit is contained in:
Shane Freeder 2019-02-10 21:53:53 +00:00
parent 3ddcf052ae
commit 60d222d330
No known key found for this signature in database
GPG key ID: A3F61EA5A085289C
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
}