diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-29 15:19:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-29 15:19:03 -0400 |
commit | 2f4061cce0eb1189d194cef6ef2e446da53cd854 (patch) | |
tree | f13a6b7066184d710e32f149b83e5bebc6b3e214 /Command/Fsck.hs | |
parent | 322f68bda7305803b18598f9123a17377c8421ff (diff) |
Windows: Avoid using unix-compat's rename, which refuses to rename directories.
Opened a bug about this: https://github.com/jystic/unix-compat/issues/10
Diffstat (limited to 'Command/Fsck.hs')
-rw-r--r-- | Command/Fsck.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Command/Fsck.hs b/Command/Fsck.hs index b20bfc8ab..f6e4fe273 100644 --- a/Command/Fsck.hs +++ b/Command/Fsck.hs @@ -9,8 +9,6 @@ module Command.Fsck where -import System.PosixCompat.Files - import Common.Annex import Command import qualified Annex |