fsck: Avoid getting confused by Windows path separators
This commit is contained in:
parent
d80a0f62a4
commit
9ef09587dc
2 changed files with 2 additions and 1 deletions
|
@ -207,7 +207,7 @@ fixLink key file = do
|
|||
return True
|
||||
where
|
||||
go want have
|
||||
| want /= have = do
|
||||
| want /= fromInternalGitPath have = do
|
||||
showNote "fixing link"
|
||||
liftIO $ createDirectoryIfMissing True (parentDir file)
|
||||
liftIO $ removeFile file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue