Tweak the hsc2hs wrapper script
authorIan Lynagh <igloo@earth.li>
Thu, 17 Jul 2008 19:49:16 +0000 (19:49 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 17 Jul 2008 19:49:16 +0000 (19:49 +0000)
utils/hsc2hs/hsc2hs.wrapper

index 5051222..60d7f96 100644 (file)
@@ -10,4 +10,4 @@ for arg do
     esac
 done
 
-$executablename $tflag $HSC2HS_EXTRA "$@"
+exec $executablename $tflag $HSC2HS_EXTRA ${1+"$@"}