From 097539fb6bfe605ef5d57fb91b901cc11352562a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 30 Dec 2014 13:57:49 -0400 Subject: Windows: Fix local rsync filepath munging (fixes 26 test suite failures). --- Utility/Rsync.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Utility') diff --git a/Utility/Rsync.hs b/Utility/Rsync.hs index bbe1a4236..b314df14e 100644 --- a/Utility/Rsync.hs +++ b/Utility/Rsync.hs @@ -87,7 +87,7 @@ rsyncUrlIsPath s - The params must enable rsync's --progress mode for this to work. -} rsyncProgress :: MeterUpdate -> [CommandParam] -> IO Bool -rsyncProgress meterupdate = commandMeter parseRsyncProgress meterupdate "rsync" +rsyncProgress meterupdate = commandMeter parseRsyncProgress meterupdate "rsync" . rsyncParamsFixup {- Strategy: Look for chunks prefixed with \r (rsync writes a \r before - the first progress output, and each thereafter). The first number -- cgit v1.2.3