Commit 8816c9a
feat: insert
Nowadays, CLI program options not always support single-dash syntax and
do not require flags to be set before positional arguments. To ensure
that future remote shells do not interpret rsync flags, this commit
inserts a double dash (`--`) before the transmitted rsync command.-- between RSH and rsync commands1 parent 1c5ebdc commit 8816c9a
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
586 | 586 | | |
587 | 587 | | |
588 | 588 | | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
589 | 593 | | |
590 | 594 | | |
591 | 595 | | |
| |||
0 commit comments