more RawFilePath conversion
451/645
This commit is contained in:
parent
b4b02e4c61
commit
87f91ce563
18 changed files with 57 additions and 56 deletions
|
@ -137,7 +137,7 @@ batchFilesMatching fmt a = do
|
|||
)
|
||||
where
|
||||
go a' = batchInput fmt
|
||||
(Right <$$> liftIO . relPathCwdToFile)
|
||||
(Right . fromRawFilePath <$$> liftIO . relPathCwdToFile . toRawFilePath)
|
||||
(batchCommandAction . uncurry a')
|
||||
|
||||
batchAnnexedFilesMatching :: BatchFormat -> AnnexedFileSeeker -> Annex ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue