[project @ 2001-01-14 15:34:31 by simonmar]
[ghc-hetmet.git] / ghc / utils / hsc2hs / hsc2hs.sh
index d757d11..ee4a5b9 100644 (file)
@@ -1,8 +1,8 @@
 
 for arg; do
     case "$arg" in
-        (--cc=*) HSC2HS_EXTRA=;;
-        (--)     break;;
+        --cc=*) HSC2HS_EXTRA=;;
+        --)     break;;
     esac
 done