From be6b10671bf77dcc6e2fba829cef11c800652880 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Wed, 10 Jun 2020 23:47:15 +0200 Subject: update --- bin/backup-clean | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/backup-clean') diff --git a/bin/backup-clean b/bin/backup-clean index fba4279..054ffbc 100755 --- a/bin/backup-clean +++ b/bin/backup-clean @@ -62,7 +62,7 @@ while getopts :nv opt; do done shift $((OPTIND - 1)) -# Sorted list of backups, most recent first +# Sorted list of backups, most recent first. dest=${1:-/.history} lbu=$(ls -rv "$dest") for d in $lbu; do -- cgit v1.2.3