From bd4e5f3b233d33b946c56f5a34472e46b7ce86f1 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 29 Jul 2008 21:18:52 +0000 Subject: [PATCH] Add the runghc wrapper script --- utils/runghc/runghc.wrapper | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 utils/runghc/runghc.wrapper diff --git a/utils/runghc/runghc.wrapper b/utils/runghc/runghc.wrapper new file mode 100644 index 0000000..0e07ff0 --- /dev/null +++ b/utils/runghc/runghc.wrapper @@ -0,0 +1,2 @@ + +exec $executablename -f $bindir/ghc ${1+"$@"} -- 1.7.10.4