forked from github/server
shellcheck fixes
This commit is contained in:
parent
c998770a88
commit
ec961a8904
|
@ -16,7 +16,7 @@ else
|
|||
mv orders.dir orders.dir.$TURN
|
||||
mkdir -p orders.dir
|
||||
fi
|
||||
find "orders.dir.$TURN" -maxdepth 1 -type f -printf "%T+\t%p\n" | sort | cut -f2 | while read
|
||||
find "orders.dir.$TURN" -maxdepth 1 -type f -printf "%T+\t%p\n" | sort | cut -f2 | while read -r
|
||||
do
|
||||
cat "$REPLY" >> "orders.$TURN"
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue