Changed the arg-splitting code so that it can handle a literal
authorWayne Davison <wayned@samba.org>
Thu, 23 Jun 2005 15:58:57 +0000 (15:58 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 23 Jun 2005 15:58:57 +0000 (15:58 +0000)
commit26c87bb630d9a122f71ed6c4d76d81c9e1eb70fb
tree975d8d088c681a498016afa2fd65ae92ba0a5aa8
parentea9b2add977b642babafd667e55f844529b0fcc3
Changed the arg-splitting code so that it can handle a literal
backslash prior to whitespace without treating it as escaped
whitespace (e.g. if we receive "foo\\ bar", it is two args,
while "foo\ bar" and "foo\\\ bar" are each just one).
support/rrsync