summaryrefslogtreecommitdiff
path: root/utils/hsc2hs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-07-17 19:49:16 +0000
committerIan Lynagh <igloo@earth.li>2008-07-17 19:49:16 +0000
commit411bc33cb8e5116bea01fb6391cbb692aa75aa01 (patch)
treefd85a4b0947346cd474f23f0b4dcf6571f80589c /utils/hsc2hs
parentc9f955eeac2e055c5f9d4d56ee8248ed687f9917 (diff)
downloadhaskell-411bc33cb8e5116bea01fb6391cbb692aa75aa01.tar.gz
Tweak the hsc2hs wrapper script
Diffstat (limited to 'utils/hsc2hs')
-rw-r--r--utils/hsc2hs/hsc2hs.wrapper2
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+"$@"}