backup_diff.sh: Replaced "ls --sort=t" with "ls -t" for FreeBSD compatibility
authorMegaBrutal <code+git@megabrutal.com>
Fri, 19 Feb 2016 04:40:30 +0000 (05:40 +0100)
committerMegaBrutal <code+git@megabrutal.com>
Fri, 19 Feb 2016 04:40:30 +0000 (05:40 +0100)
Turns out, "ls --sort=t" is not a valid syntax for FreeBSD, but "ls -t" has
the same function, and is accepted by both GNU and FreeBSD.

modified:   fs/backup_diff.sh


No differences found