This commit is contained in:
Joey Hess 2012-04-21 23:32:33 -04:00
parent bee420bd2d
commit ed79596b75
27 changed files with 56 additions and 52 deletions

View file

@ -89,7 +89,7 @@ updateSymlinks = do
fixlink f = do
r <- lookupFile1 f
case r of
Nothing -> return ()
Nothing -> noop
Just (k, _) -> do
link <- calcGitLink f k
liftIO $ removeFile f