Tidy.
This commit is contained in:
parent
3873c897cb
commit
312d0a8b1d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ getDanglingLinks = find always (fileType ==? SymbolicLink &&?
|
|||
renameCppToC :: FilePath -> IO ()
|
||||
|
||||
renameCppToC path = find always (extension ==? ".cpp") path >>=
|
||||
mapM_ (renameWith (replaceExtension ".C"))
|
||||
mapM_ (renameWith (replaceExtension ".C"))
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue