Closed iggy closed 8 years ago
If you put any command that has a : in it, you end up losing everything after the second :
This notably breaks rsync commands.
I guess I should mention I worked around this by changing the split to ' : ' () (which I already had in all my command lines from looking at the docs).
fixed
If you put any command that has a : in it, you end up losing everything after the second :
This notably breaks rsync commands.