diff --git a/osync.sh b/osync.sh index 1e2d2bd..f399a42 100755 --- a/osync.sh +++ b/osync.sh @@ -4685,7 +4685,7 @@ function GetCommandlineArguments { ;; --skip-deletion=*) opts=$opts" --skip-deletion=\"${i##*=}\"" - SKIP_DELETION=${##*=} + SKIP_DELETION=${i##*=} ;; --on-changes) sync_on_changes=true