remove unnecessary cruft
authorSimon Marlow <simonmar@microsoft.com>
Fri, 22 Jun 2007 07:56:02 +0000 (07:56 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Fri, 22 Jun 2007 07:56:02 +0000 (07:56 +0000)
utils/hsc2hs/hsc2hs.sh

index fe00d45..62b5a58 100644 (file)
@@ -1,13 +1,2 @@
-
 tflag="--template=$HSC2HS_DIR/template-hsc.h"
 tflag="--template=$HSC2HS_DIR/template-hsc.h"
-for arg do
-    case "$arg" in
-        -c*)    HSC2HS_EXTRA=;;
-        --cc=*) HSC2HS_EXTRA=;;
-       -t*)    tflag=;;
-       --template=*) tflag=;;
-        --)     break;;
-    esac
-done
-
 $HSC2HS_BINDIR/$HS_PROG $tflag $HSC2HS_EXTRA "$@" 
 $HSC2HS_BINDIR/$HS_PROG $tflag $HSC2HS_EXTRA "$@"