summaryrefslogtreecommitdiff
path: root/bin/backup
diff options
context:
space:
mode:
Diffstat (limited to 'bin/backup')
-rwxr-xr-xbin/backup2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/backup b/bin/backup
index d56ee7f..72c69c3 100755
--- a/bin/backup
+++ b/bin/backup
@@ -31,6 +31,6 @@ shift $((OPTIND - 1))
[ "$1" ] && cmd=$1 && shift || cmd=""
case $cmd in
(""|save) backup ;;
-(clean) exec backup-clean ${optv+-$optv} "$@" "$dest";;
+(clean) exec backup-clean ${optv+-$optv} "$dest";;
(diff) exec diffdir "$@";;
esac