From 411bc33cb8e5116bea01fb6391cbb692aa75aa01 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 17 Jul 2008 19:49:16 +0000 Subject: Tweak the hsc2hs wrapper script --- utils/hsc2hs/hsc2hs.wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/hsc2hs') diff --git a/utils/hsc2hs/hsc2hs.wrapper b/utils/hsc2hs/hsc2hs.wrapper index 5051222f8d..60d7f9699b 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+"$@"} -- cgit v1.2.1