search for: short_no_arg

Displaying 1 result from an estimated 1 matches for "short_no_arg".

Did you mean: short_no_arg+
2009 Jan 07
1
DO NOT REPLY [Bug 6020] New: support/rrsync fails when server-side options include "-e."
...In this case, everything is fine. On the other hand, if you try "rsync file rem:." on the client side, the arguments on the server look like this: "--server -e.Ls . .", and it fails. I believe the problem is on line 147 of support/rrsync. If I change it from next if /^-$short_no_arg+(e\d*\.\w*)?$/o || /^-$short_with_num\d+$/o; to next if /^-$short_no_arg*(e\d*\.\w*)?$/o || /^-$short_with_num\d+$/o; the problem appears to go away. Thanks, George -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: -----...