Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f4d589b

Browse files
fix path quoting for bash
1 parent f73867d commit f4d589b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎external-stg/lib/Stg/Foreign/Linker.hs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ linkForeignCbitsSharedLib ghcstgappFname = do
7373

7474
let scriptFname = workDir </> "cbits.so.sh"
7575
writeFile scriptFname linkScript
76-
callCommand $ printf "(cd %s; bash cbits.so.sh)" workDir
76+
callCommand $ printf "(cd %s; bash cbits.so.sh)" (showworkDir)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /