Add "#!/bin/sh" to runghc.wrapper
authorIan Lynagh <igloo@earth.li>
Sun, 14 Sep 2008 15:35:07 +0000 (15:35 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 14 Sep 2008 15:35:07 +0000 (15:35 +0000)
utils/runghc/runghc.wrapper

index 0e07ff0..71b869c 100644 (file)
@@ -1,2 +1,3 @@
+#!/bin/sh
 
 exec $executablename -f $bindir/ghc ${1+"$@"}