mostly finished with createDirectoryUnder conversion
Remaining things needing converted are in the assistant, and Annex.Ssh. Every other remaining call to createDirectoryIfMissing True has been audited and is not relevant. The ones in Build/ of course don't get included in the program. Others included eg, Remote.Tahoe and Config.Files which both write to dotfiles under the home directory.
This commit is contained in:
parent
2f204b5d37
commit
7f992ef59c
11 changed files with 30 additions and 23 deletions
|
@ -94,7 +94,7 @@ fixSymlink file link = do
|
|||
mtime <- catchMaybeIO $ modificationTimeHiRes
|
||||
<$> getSymbolicLinkStatus file
|
||||
#endif
|
||||
createDirectoryIfMissing True (parentDir file)
|
||||
createWorkTreeDirectory (parentDir file)
|
||||
removeFile file
|
||||
createSymbolicLink link file
|
||||
#if ! defined(mingw32_HOST_OS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue