fix for when path to GHC contains spaces, from #695
[ghc-hetmet.git] / driver / ghci / ghcii.sh
index 70d9898..10488b8 100644 (file)
@@ -1,3 +1,3 @@
 #!/bin/sh
 # Mini-driver for GHCi
-exec $0/../ghc --interactive ${1+"$@"}
+exec "$0"/../ghc --interactive ${1+"$@"}