summaryrefslogtreecommitdiff
path: root/driver/ghci
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-12-17 19:57:34 +0000
committerIan Lynagh <igloo@earth.li>2007-12-17 19:57:34 +0000
commitb51dd448e05f28eff64906bffb5f43a4fc37407a (patch)
tree904ab452c59d4373994e70cc800464acbffc9586 /driver/ghci
parent9e1605d993c10a51cac09d7d5750d0f167b64c00 (diff)
downloadhaskell-b51dd448e05f28eff64906bffb5f43a4fc37407a.tar.gz
Make ghcii.sh executable
Diffstat (limited to 'driver/ghci')
-rw-r--r--driver/ghci/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/ghci/Makefile b/driver/ghci/Makefile
index 8a282af416..2c118faf2b 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)