[commit: ghc] wip/nfs-locking: Fix CI by calling default script via bash (14c2c27)

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


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

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

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

commit 14c2c279aa49b272f9cae73269bd9e99bf887b2e
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Mon Oct 23 23:18:13 2017 +0100

    Fix CI by calling default script via bash


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

14c2c279aa49b272f9cae73269bd9e99bf887b2e
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index 434b3a3..f40e06e 100755
--- a/build.sh
+++ b/build.sh
@@ -1,4 +1,4 @@
 #!/usr/bin/env bash
 
 # By default on Linux/MacOS we build Hadrian using Cabal
-( ./build.cabal.sh "$@" )
+bash './build.cabal.sh "$@"'



More information about the ghc-commits mailing list