This commit is contained in:
deajan 2017-11-22 15:02:51 +01:00
commit fdc0b1b242
1 changed files with 1 additions and 1 deletions

View File

@ -4685,7 +4685,7 @@ function GetCommandlineArguments {
;;
--skip-deletion=*)
opts=$opts" --skip-deletion=\"${i##*=}\""
SKIP_DELETION=${##*=}
SKIP_DELETION=${i##*=}
;;
--on-changes)
sync_on_changes=true