BUG 2528: fix windows newlines

This commit is contained in:
Enno Rehling 2018-12-03 21:05:48 +01:00
parent 7d9280b463
commit 0f95e77a7b
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ fi
rm -f "orders.$TURN"
find "orders.dir.$TURN" -maxdepth 1 -type f -printf "%T+\t%p\n" | sort | cut -f2 | while read -r
do
cat "$REPLY" >> "orders.$TURN"
tr -d '\r' < "$REPLY" >> "orders.$TURN"
done
lockfile -r3 -l120 orders.queue.lock