From: Ian Lynagh Date: Mon, 17 Dec 2007 19:57:34 +0000 (+0000) Subject: Make ghcii.sh executable X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=b51dd448e05f28eff64906bffb5f43a4fc37407a Make ghcii.sh executable --- diff --git a/driver/ghci/Makefile b/driver/ghci/Makefile index 8a282af..2c118fa 100644 --- a/driver/ghci/Makefile +++ b/driver/ghci/Makefile @@ -22,6 +22,7 @@ install:: $(RM) -f $(GHCII_SCRIPT) echo "#!$(SHELL)" >> $(GHCII_SCRIPT) echo 'exec "$$0"/../ghc --interactive $${1+"$$@"}' >> $(GHCII_SCRIPT) + chmod +x $(GHCII_SCRIPT) else LINK = ghci LINK_TARGET = $(LINK)-$(ProjectVersion)