[commit: ghc] wip/nfs-locking: Don't echo (227d8d7)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 01:21:21 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/227d8d7d669f0dc99e7947391521259b0ce28186/ghc

>---------------------------------------------------------------

commit 227d8d7d669f0dc99e7947391521259b0ce28186
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Fri Jul 28 22:22:18 2017 +0100

    Don't echo


>---------------------------------------------------------------

227d8d7d669f0dc99e7947391521259b0ce28186
 src/Util.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Util.hs b/src/Util.hs
index 37743c0..e6fd6bf 100644
--- a/src/Util.hs
+++ b/src/Util.hs
@@ -76,7 +76,7 @@ customBuild rs opts target at Target {..} = do
                 src  <- interpret target getInput
                 file <- interpret target getOutput
                 input <- readFile' src
-                Stdout output <- cmd cmdEcho (Stdin input) [path] argList
+                Stdout output <- cmd (Stdin input) [path] argList
                 writeFileChanged file output
 
             Make dir -> cmd Shell cmdEcho path ["-C", dir] argList



More information about the ghc-commits mailing list