forked from github/server
Merge branch 'master' into develop
This commit is contained in:
commit
93bcf53f96
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue