From 411bc33cb8e5116bea01fb6391cbb692aa75aa01 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 17 Jul 2008 19:49:16 +0000 Subject: [PATCH] Tweak the hsc2hs wrapper script --- utils/hsc2hs/hsc2hs.wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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+"$@"} -- 1.7.10.4