[commit: ghc] wip/nfs-locking: Fix the call to another script (9e4a9c1)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 01:29:51 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/9e4a9c1090ac800f6f2cf44d5adeeea2152dd80a/ghc
>---------------------------------------------------------------
commit 9e4a9c1090ac800f6f2cf44d5adeeea2152dd80a
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Mon Oct 23 23:04:06 2017 +0100
Fix the call to another script
>---------------------------------------------------------------
9e4a9c1090ac800f6f2cf44d5adeeea2152dd80a
build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sh b/build.sh
index 460fdc1..434b3a3 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 "$@"
+( ./build.cabal.sh "$@" )
More information about the ghc-commits
mailing list