From: Simon Marlow Date: Wed, 26 Aug 2009 10:49:37 +0000 (+0000) Subject: UNDO: fix the inplace runghc (it broke the installed runghc) X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b56947b36b22699a3912864c28b26c21a1c0c366;hp=3ce0e4990f5a40dd989435b41cad279d347a047d;p=ghc-hetmet.git UNDO: fix the inplace runghc (it broke the installed runghc) --- diff --git a/utils/runghc/runghc.wrapper b/utils/runghc/runghc.wrapper index af2d8ee..71b869c 100644 --- a/utils/runghc/runghc.wrapper +++ b/utils/runghc/runghc.wrapper @@ -1,3 +1,3 @@ #!/bin/sh -exec $executablename -f $bindir/ghc-stage2 ${1+"$@"} +exec $executablename -f $bindir/ghc ${1+"$@"}