summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-09-14 15:35:07 +0000
committerIan Lynagh <igloo@earth.li>2008-09-14 15:35:07 +0000
commit4c0bb32afe603bf4d73c2ab64313f68f1169e7e3 (patch)
treee8f05f3bbd6e5ba3934495d8923f3e222dee387f
parent3e6ae8e4a1288996bb572ab59419242b7a2d61c0 (diff)
downloadhaskell-4c0bb32afe603bf4d73c2ab64313f68f1169e7e3.tar.gz
Add "#!/bin/sh" to runghc.wrapper
-rw-r--r--utils/runghc/runghc.wrapper1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/runghc/runghc.wrapper b/utils/runghc/runghc.wrapper
index 0e07ff0fe1..71b869cb54 100644
--- a/utils/runghc/runghc.wrapper
+++ b/utils/runghc/runghc.wrapper
@@ -1,2 +1,3 @@
+#!/bin/sh
exec $executablename -f $bindir/ghc ${1+"$@"}