From e06bf0da75294b33188cde319c29d93266fd4bb3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 24 Sep 2013 17:25:47 -0400 Subject: git-annex-shell: Added support for operating inside gcrypt repositories. * Note that the layout of gcrypt repositories has changed, and if you created one you must manually upgrade it. See http://git-annex.branchable.com/upgrades/gcrypt/ --- Remote/Rsync.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Remote/Rsync.hs') diff --git a/Remote/Rsync.hs b/Remote/Rsync.hs index f1e6fd85e..76b786ec7 100644 --- a/Remote/Rsync.hs +++ b/Remote/Rsync.hs @@ -236,7 +236,7 @@ sendParams = ifM crippledFileSystem {- Runs an action in an empty scratch directory that can be used to build - up trees for rsync. -} -withRsyncScratchDir :: (FilePath -> Annex Bool) -> Annex Bool +withRsyncScratchDir :: (FilePath -> Annex a) -> Annex a withRsyncScratchDir a = do #ifndef mingw32_HOST_OS v <- liftIO getProcessID -- cgit v1.2.3