We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73867d commit f4d589bCopy full SHA for f4d589b
external-stg/lib/Stg/Foreign/Linker.hs
@@ -73,4 +73,4 @@ linkForeignCbitsSharedLib ghcstgappFname = do
73
74
let scriptFname = workDir </> "cbits.so.sh"
75
writeFile scriptFname linkScript
76
- callCommand $ printf "(cd %s; bash cbits.so.sh)" workDir
+ callCommand $ printf "(cd %s; bash cbits.so.sh)" (show workDir)
0 commit comments