tweak
This commit is contained in:
parent
790613333c
commit
bdb7ed76cf
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ backend = Backend.File.backend {
|
||||||
-- checksum the file to get its key
|
-- checksum the file to get its key
|
||||||
keyValue :: FilePath -> Annex (Maybe Key)
|
keyValue :: FilePath -> Annex (Maybe Key)
|
||||||
keyValue file = do
|
keyValue file = do
|
||||||
showNote "checksum"
|
showNote "checksum..."
|
||||||
liftIO $ pOpen ReadFromPipe "sha1sum" [file] $ \h -> do
|
liftIO $ pOpen ReadFromPipe "sha1sum" [file] $ \h -> do
|
||||||
line <- hGetLine h
|
line <- hGetLine h
|
||||||
let bits = split " " line
|
let bits = split " " line
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue