diff options
| -rwxr-xr-x | bin/backup-clean | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
