From a5618c80d86a954615cdc20d2948dbccc898554c Mon Sep 17 00:00:00 2001 From: deajan Date: Wed, 22 Nov 2017 15:05:26 +0100 Subject: [PATCH] Rebuilt targets --- dev/debug_osync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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