From: Simon Marlow Date: Thu, 22 Jun 2006 13:17:00 +0000 (+0000) Subject: fix for when path to GHC contains spaces, from #695 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=4762f3d9939acc23683cd97cdbd4ab47edadc878;hp=5542157cd86728ddb9e68a61a4537d2f6c902d60 fix for when path to GHC contains spaces, from #695 --- diff --git a/driver/ghci/ghcii.sh b/driver/ghci/ghcii.sh index 70d9898..10488b8 100644 --- a/driver/ghci/ghcii.sh +++ b/driver/ghci/ghcii.sh @@ -1,3 +1,3 @@ #!/bin/sh # Mini-driver for GHCi -exec $0/../ghc --interactive ${1+"$@"} +exec "$0"/../ghc --interactive ${1+"$@"}