diff --git a/compiler/GHC/SysTools/Process.hs b/compiler/GHC/SysTools/Process.hs index 527c8453d46d..dc334bb1687a 100644 --- a/compiler/GHC/SysTools/Process.hs +++ b/compiler/GHC/SysTools/Process.hs @@ -219,7 +219,7 @@ handleProc pgm phase_name proc = do does_not_exist = throwGhcExceptionIO $ - InstallationError (phase_name ++ ": could not execute: " ++ pgm) + InstallationError (phase_name ++ ": could not execute: `" ++ pgm ++ "'") withPipe :: ((Handle, Handle) -> IO a) -> IO a withPipe = bracket createPipe $ \ (readEnd, writeEnd) -> do