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)
commite7f52473af7d53793da1f660acb29fea397069fd
tree96674556e703c379789c3d9385f5707c640e11b8
parent01c921fc99670f3facfb741019d2403581af96ba
backup_diff.sh: Replaced "ls --sort=t" with "ls -t" for FreeBSD compatibility

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
fs/backup_diff.sh