diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-29 21:18:52 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-29 21:18:52 +0000 |
commit | bd4e5f3b233d33b946c56f5a34472e46b7ce86f1 (patch) | |
tree | 65a8210413628799d1e696bae06509aaa74990b6 /utils/runghc | |
parent | a452fa83dd70fa01a049fbb59d1c829832af0191 (diff) | |
download | haskell-bd4e5f3b233d33b946c56f5a34472e46b7ce86f1.tar.gz |
Add the runghc wrapper script
Diffstat (limited to 'utils/runghc')
-rw-r--r-- | utils/runghc/runghc.wrapper | 2 |
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+"$@"} |