Rebuilt targets

This commit is contained in:
deajan 2017-11-22 15:05:26 +01:00
parent 6d217c1e15
commit a5618c80d8
1 changed files with 1 additions and 1 deletions

View File

@ -4904,7 +4904,7 @@ function GetCommandlineArguments {
;; ;;
--skip-deletion=*) --skip-deletion=*)
opts=$opts" --skip-deletion=\"${i##*=}\"" opts=$opts" --skip-deletion=\"${i##*=}\""
SKIP_DELETION=${##*=} SKIP_DELETION=${i##*=}
;; ;;
--on-changes) --on-changes)
sync_on_changes=true sync_on_changes=true