[commit: ghc] wip/nfs-locking: Drop quotes (4e7d0f9)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 01:02:30 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/4e7d0f99d807a876dcc5ff420a42f5793c854250/ghc
>---------------------------------------------------------------
commit 4e7d0f99d807a876dcc5ff420a42f5793c854250
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Mon Oct 23 23:25:42 2017 +0100
Drop quotes
>---------------------------------------------------------------
4e7d0f99d807a876dcc5ff420a42f5793c854250
build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sh b/build.sh
index f40e06e..fa331fa 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
-bash './build.cabal.sh "$@"'
+bash ./build.cabal.sh "$@"
More information about the ghc-commits
mailing list