diff options
author | Ian Lynagh <igloo@earth.li> | 2007-12-17 19:57:34 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-12-17 19:57:34 +0000 |
commit | b51dd448e05f28eff64906bffb5f43a4fc37407a (patch) | |
tree | 904ab452c59d4373994e70cc800464acbffc9586 /driver | |
parent | 9e1605d993c10a51cac09d7d5750d0f167b64c00 (diff) | |
download | haskell-b51dd448e05f28eff64906bffb5f43a4fc37407a.tar.gz |
Make ghcii.sh executable
Diffstat (limited to 'driver')
-rw-r--r-- | driver/ghci/Makefile | 1 |
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) |