[commit: hadrian] master: Drop the no longer necessary chmod (764be7e)

git at git.haskell.org git at git.haskell.org
Wed Apr 25 23:20:05 UTC 2018


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

On branch  : master
Link       : http://git.haskell.org/hadrian.git/commitdiff/764be7eb9fbc387673d322c066996884b9933e08

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

commit 764be7eb9fbc387673d322c066996884b9933e08
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Mon Mar 5 02:08:14 2018 +0000

    Drop the no longer necessary chmod
    
    See #517


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

764be7eb9fbc387673d322c066996884b9933e08
 build.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/build.sh b/build.sh
index ad502b3..13daebe 100755
--- a/build.sh
+++ b/build.sh
@@ -31,5 +31,4 @@ function rl {
 root="$(dirname "$(rl "$0")")"
 
 # By default on Linux/MacOS we build Hadrian using Cabal
-chmod a+x "$root/build.cabal.sh"
 (. "$root/build.cabal.sh" "$@")



More information about the ghc-commits mailing list