Rebuilt targets
This commit is contained in:
parent
6d217c1e15
commit
a5618c80d8
|
@ -4904,7 +4904,7 @@ function GetCommandlineArguments {
|
|||
;;
|
||||
--skip-deletion=*)
|
||||
opts=$opts" --skip-deletion=\"${i##*=}\""
|
||||
SKIP_DELETION=${##*=}
|
||||
SKIP_DELETION=${i##*=}
|
||||
;;
|
||||
--on-changes)
|
||||
sync_on_changes=true
|
||||
|
|
Loading…
Reference in New Issue