From 7439ae35d768c77d679cba04fb3fb07ac795ef83 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 27 May 2015 16:40:03 -0400 Subject: fsck: When checksumming a file fails due to a hardware fault, the file is now moved to the bad directory, and the fsck proceeds. Before, the fsck immediately failed. --- Utility/ExternalSHA.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'Utility/ExternalSHA.hs') diff --git a/Utility/ExternalSHA.hs b/Utility/ExternalSHA.hs index 3238c4733..e581697ae 100644 --- a/Utility/ExternalSHA.hs +++ b/Utility/ExternalSHA.hs @@ -21,8 +21,6 @@ import Utility.Exception import Data.List import Data.Char import System.IO -import Control.Applicative -import Prelude externalSHA :: String -> Int -> FilePath -> IO (Either String String) externalSHA command shasize file = do -- cgit v1.2.3