tweak
This commit is contained in:
parent
d12512bfc6
commit
7051763b5b
2 changed files with 2 additions and 2 deletions
|
@ -450,7 +450,7 @@ checkAttr repo attr files = do
|
|||
-- directory. Convert to absolute, and then convert the filenames
|
||||
-- in its output back to relative.
|
||||
cwd <- getCurrentDirectory
|
||||
let absfiles = map (absPathFrom cwd) files
|
||||
let absfiles = map (absPathFrom cwd) files
|
||||
(_, s) <- pipeBoth "git" (toCommand params) $ join "\0" absfiles
|
||||
return $ map (topair $ cwd++"/") $ lines s
|
||||
where
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue