summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rwxr-xr-xsupport/rrsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/rrsync b/support/rrsync
index 469288b9..fe1bc250 100755
--- a/support/rrsync
+++ b/support/rrsync
@@ -368,7 +368,7 @@ if __name__ == '__main__':
args = arg_parser.parse_args()
args.dir = os.path.realpath(args.dir)
args.dir_slash = args.dir + '/'
- args.dir_slash_len = len(args.dir)
+ args.dir_slash_len = len(args.dir_slash)
if args.ro:
args.no_del = True
elif not args.no_lock: