summaryrefslogtreecommitdiff
path: root/utils/runghc
diff options
context:
space:
mode:
Diffstat (limited to 'utils/runghc')
-rw-r--r--utils/runghc/runghc.wrapper2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/runghc/runghc.wrapper b/utils/runghc/runghc.wrapper
index af2d8eee89..71b869cb54 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+"$@"}