Fix newline inconsistencies from libraries
This commit is contained in:
parent
3ddcf052ae
commit
60d222d330
2 changed files with 15 additions and 15 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue