diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-17 19:49:16 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-17 19:49:16 +0000 |
commit | 411bc33cb8e5116bea01fb6391cbb692aa75aa01 (patch) | |
tree | fd85a4b0947346cd474f23f0b4dcf6571f80589c /utils/hsc2hs | |
parent | c9f955eeac2e055c5f9d4d56ee8248ed687f9917 (diff) | |
download | haskell-411bc33cb8e5116bea01fb6391cbb692aa75aa01.tar.gz |
Tweak the hsc2hs wrapper script
Diffstat (limited to 'utils/hsc2hs')
-rw-r--r-- | utils/hsc2hs/hsc2hs.wrapper | 2 |
1 files changed, 1 insertions, 1 deletions
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+"$@"} |