Fix #4346 (INLINABLE pragma not behaving consistently)
[ghc-hetmet.git] / utils / runghc / runghc.wrapper
index 0e07ff0..9110dcc 100644 (file)
@@ -1,2 +1,3 @@
+#!/bin/sh
 
-exec $executablename -f $bindir/ghc ${1+"$@"}
+exec "$executablename" -f "$bindir/ghc" ${1+"$@"}