parent
76bfdf6a03
commit
29e6b98f8c
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ replaceFile' createdirectory file checkres action = withOtherTmp $ \othertmpdir
|
||||||
let basetmp = relatedTemplate' (P.takeFileName file)
|
let basetmp = relatedTemplate' (P.takeFileName file)
|
||||||
#else
|
#else
|
||||||
let basetmp = toRawFilePath "t"
|
let basetmp = toRawFilePath "t"
|
||||||
liftIO $ hPutStrLn stderr $ show ("replaceFile debug", file, P.takeFileName file, relatedTemplate' (P.takeFileName file))
|
|
||||||
#endif
|
#endif
|
||||||
withTmpDirIn (fromRawFilePath othertmpdir) (toOsPath basetmp) $ \tmpdir -> do
|
withTmpDirIn (fromRawFilePath othertmpdir) (toOsPath basetmp) $ \tmpdir -> do
|
||||||
let tmpfile = toRawFilePath tmpdir P.</> basetmp
|
let tmpfile = toRawFilePath tmpdir P.</> basetmp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue