Add a "#!/bin/sh" to ghc.wrapper
authorIan Lynagh <igloo@earth.li>
Sun, 14 Sep 2008 15:33:44 +0000 (15:33 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 14 Sep 2008 15:33:44 +0000 (15:33 +0000)
ghc/ghc.wrapper

index 8e6adc5..4b11d9e 100644 (file)
@@ -1,2 +1,3 @@
+#!/bin/sh
 
 $executablename -B$datadir -dynload wrapped ${1+"$@"}