Release v3.2.7-2
fracpete
released this
08 Aug 03:31
·
102 commits
to master
since this release
- added
outputSingleCommandline
flag toAbstractBinary
super class to allow outputting of command-line args as single line (default) or one arg per line - added
commandLine()
method toAbstractBinary
super class to return the command as a single line (eg for assembling commands forrsh
) - the
--rsh
option of theRSync
class now adds its argument as a separate entry to the argument list rather than concatenating it via=
to avoid problems with quoting