From 46000c030896cb8efe820e762d9d12ee663b5936 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 24 Dec 2011 11:11:48 -0200 Subject: Make numericids defaults to null (fixes #3691) --- handlers/rsync.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'handlers') diff --git a/handlers/rsync.in b/handlers/rsync.in index 6c772e1..cc255a3 100644 --- a/handlers/rsync.in +++ b/handlers/rsync.in @@ -887,7 +887,7 @@ function set_filelist { function set_rsync_options { - if [ ! -z "$numericids" ]; then + if [ "$numericids" != "0" ]; then rsync_options="$rsync_options --numeric-ids" fi -- cgit v1.2.3