UNDO: fix the inplace runghc (it broke the installed runghc)
authorSimon Marlow <marlowsd@gmail.com>
Wed, 26 Aug 2009 10:49:37 +0000 (10:49 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Wed, 26 Aug 2009 10:49:37 +0000 (10:49 +0000)
utils/runghc/runghc.wrapper

index af2d8ee..71b869c 100644 (file)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-exec $executablename -f $bindir/ghc-stage2 ${1+"$@"}
+exec $executablename -f $bindir/ghc ${1+"$@"}