From: Mark Wooding Date: Wed, 14 Jan 2015 14:23:27 +0000 (+0000) Subject: hush.in: Fix ordering of log files so we don't delete the wrong ones. X-Git-Tag: 1.3.1~1 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/misc/commitdiff_plain/f4dc42b818a17d8fa824b0b6341368ec1a46adcd?ds=inline;hp=f4dc42b818a17d8fa824b0b6341368ec1a46adcd hush.in: Fix ordering of log files so we don't delete the wrong ones. The sequence numbers aren't lexicographically ordered, so call out to sort(1) to put them in the right order. ---