Browse Source
Adds a function which wraps rsync and scp so that remote paths are not globbed but local paths are globbed. This is because the programs have their own globbing for remote paths. The wrap function globs args starting in / and ./ and doesn't glob paths with : in it as these are interpreted as remote paths by these programs unless the path starts with / or ./ Fixes issue #1125master
Samantha McVey
7 years ago
committed by
Kaleb Elwert
1 changed files with 20 additions and 2 deletions
Loading…
Reference in new issue