From 3e6ae8e4a1288996bb572ab59419242b7a2d61c0 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 14 Sep 2008 15:33:44 +0000 Subject: [PATCH] Add a "#!/bin/sh" to ghc.wrapper --- ghc/ghc.wrapper | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/ghc.wrapper b/ghc/ghc.wrapper index 8e6adc5..4b11d9e 100644 --- a/ghc/ghc.wrapper +++ b/ghc/ghc.wrapper @@ -1,2 +1,3 @@ +#!/bin/sh $executablename -B$datadir -dynload wrapped ${1+"$@"} -- 1.7.10.4