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