File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cabal-install/src/Distribution/Client Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -550,7 +550,7 @@ internalSetupMethod verbosity options bt args = do
550550 " Using internal setup method with build-type "
551551 ++ show bt
552552 ++ " and args:\n "
553- ++ show args
553+ ++ unwords args
554554 -- NB: we do not set the working directory of the process here, because
555555 -- we will instead pass the -working-dir flag when invoking the Setup script.
556556 -- Note that the Setup script is guaranteed to support this flag, because
@@ -623,7 +623,7 @@ selfExecSetupMethod verbosity options bt args0 = do
623623 " Using self-exec internal setup method with build-type "
624624 ++ show bt
625625 ++ " and args:\n "
626- ++ show args
626+ ++ unwords args
627627 path <- getExecutablePath
628628 invoke verbosity path args options
629629
You can’t perform that action at this time.
0 commit comments