[project @ 2001-01-17 10:11:17 by sewardj]
authorsewardj <unknown>
Wed, 17 Jan 2001 10:11:17 +0000 (10:11 +0000)
committersewardj <unknown>
Wed, 17 Jan 2001 10:11:17 +0000 (10:11 +0000)
Remove semicolon which was causing a syntax error on sparc-solaris /bin/sh.

ghc/utils/hsc2hs/hsc2hs.sh

index ee4a5b9..3dff025 100644 (file)
@@ -1,5 +1,5 @@
 
-for arg; do
+for arg do
     case "$arg" in
         --cc=*) HSC2HS_EXTRA=;;
         --)     break;;