Reintroduced fix from #120
This commit is contained in:
parent
fdc0b1b242
commit
6d217c1e15
|
@ -2551,7 +2551,7 @@ function GetCommandlineArguments {
|
|||
;;
|
||||
--skip-deletion=*)
|
||||
opts=$opts" --skip-deletion=\"${i##*=}\""
|
||||
SKIP_DELETION=${##*=}
|
||||
SKIP_DELETION=${i##*=}
|
||||
;;
|
||||
--on-changes)
|
||||
sync_on_changes=true
|
||||
|
|
Loading…
Reference in New Issue