summaryrefslogtreecommitdiff
path: root/utils/runghc
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-07-29 21:18:52 +0000
committerIan Lynagh <igloo@earth.li>2008-07-29 21:18:52 +0000
commitbd4e5f3b233d33b946c56f5a34472e46b7ce86f1 (patch)
tree65a8210413628799d1e696bae06509aaa74990b6 /utils/runghc
parenta452fa83dd70fa01a049fbb59d1c829832af0191 (diff)
downloadhaskell-bd4e5f3b233d33b946c56f5a34472e46b7ce86f1.tar.gz
Add the runghc wrapper script
Diffstat (limited to 'utils/runghc')
-rw-r--r--utils/runghc/runghc.wrapper2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/runghc/runghc.wrapper b/utils/runghc/runghc.wrapper
new file mode 100644
index 0000000000..0e07ff0fe1
--- /dev/null
+++ b/utils/runghc/runghc.wrapper
@@ -0,0 +1,2 @@
+
+exec $executablename -f $bindir/ghc ${1+"$@"}