From: Ian Lynagh Date: Thu, 17 Jul 2008 19:49:16 +0000 (+0000) Subject: Tweak the hsc2hs wrapper script X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=411bc33cb8e5116bea01fb6391cbb692aa75aa01;hp=c9f955eeac2e055c5f9d4d56ee8248ed687f9917 Tweak the hsc2hs wrapper script --- diff --git a/utils/hsc2hs/hsc2hs.wrapper b/utils/hsc2hs/hsc2hs.wrapper index 5051222..60d7f96 100644 --- a/utils/hsc2hs/hsc2hs.wrapper +++ b/utils/hsc2hs/hsc2hs.wrapper @@ -10,4 +10,4 @@ for arg do esac done -$executablename $tflag $HSC2HS_EXTRA "$@" +exec $executablename $tflag $HSC2HS_EXTRA ${1+"$@"}