Make ghcii.sh executable
authorIan Lynagh <igloo@earth.li>
Mon, 17 Dec 2007 19:57:34 +0000 (19:57 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 17 Dec 2007 19:57:34 +0000 (19:57 +0000)
driver/ghci/Makefile

index 8a282af..2c118fa 100644 (file)
@@ -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)