diff --git a/process/create-orders b/process/create-orders index ef7a8bf15..5d4088fe5 100755 --- a/process/create-orders +++ b/process/create-orders @@ -17,7 +17,7 @@ else mkdir -p orders.dir fi rm -f "orders.$TURN" -find "orders.dir.$TURN" -maxdepth 1 -type f -printf "%T+\t%p\n" | sort | cut -f2 | while read -r +find "orders.dir.$TURN" -maxdepth 1 -name "turn-*" -type f -printf "%T+\t%p\n" | sort | cut -f2 | while read -r do tr -d '\r' < "$REPLY" >> "orders.$TURN" done