diff --git a/dev/debug_osync.sh b/dev/debug_osync.sh index 4464e82..06aca7f 100755 --- a/dev/debug_osync.sh +++ b/dev/debug_osync.sh @@ -4904,7 +4904,7 @@ function GetCommandlineArguments { ;; --skip-deletion=*) opts=$opts" --skip-deletion=\"${i##*=}\"" - SKIP_DELETION=${##*=} + SKIP_DELETION=${i##*=} ;; --on-changes) sync_on_changes=true