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 ae016e2 commit b84979dCopy full SHA for b84979d
Cabal/src/Distribution/Simple/Setup.hs
@@ -2527,7 +2527,7 @@ configureProg verbosity programDb prog = do
2527
-- It's supposed to handle quoted things sensibly, eg:
2528
--
2529
-- >>> splitArgs "--foo=\"C:/Program Files/Bar/\" --baz"
2530
--- ["--foo=C:/Program Files/Bar/", "--baz"]
+-- ["--foo=C:/Program Files/Bar/","--baz"]
2531
2532
-- >>> splitArgs "\"-DMSGSTR=\\\"foo bar\\\"\" --baz"
2533
-- ["-DMSGSTR=\"foo bar\"","--baz"]
0 commit comments