summaryrefslogtreecommitdiff
path: root/utils/runghc/runghc.wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'utils/runghc/runghc.wrapper')
-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 9110dccacf..5caea0b6c7 100644
--- a/utils/runghc/runghc.wrapper
+++ b/utils/runghc/runghc.wrapper
@@ -1,3 +1,3 @@
#!/bin/sh
-exec "$executablename" -f "$bindir/ghc" ${1+"$@"}
+exec "$executablename" -f "$bindir/$ghcprog" ${1+"$@"}