Make installation on *nix work for paths with spaces in their name
[ghc-hetmet.git] / utils / runghc / runghc.wrapper
index 71b869c..9110dcc 100644 (file)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-exec $executablename -f $bindir/ghc ${1+"$@"}
+exec "$executablename" -f "$bindir/ghc" ${1+"$@"}