Make 'gblock' and 'gunblock' part of 'ExceptionMonad'. This way the
[ghc-hetmet.git] / ghc / ghc.wrapper
index 8e6adc5..71eae84 100644 (file)
@@ -1,2 +1,3 @@
+#!/bin/sh
 
-$executablename -B$datadir -dynload wrapped ${1+"$@"}
+exec $executablename -B$datadir -dynload wrapped ${1+"$@"}