This commit is contained in:
Joey Hess 2011-03-22 21:00:18 -04:00
parent d12512bfc6
commit 7051763b5b
2 changed files with 2 additions and 2 deletions

View file

@ -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