From: sewardj Date: Wed, 17 Jan 2001 10:11:17 +0000 (+0000) Subject: [project @ 2001-01-17 10:11:17 by sewardj] X-Git-Tag: Approximately_9120_patches~2876 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=36e5ebd7a6f8620926a21532e089117e19197428;p=ghc-hetmet.git [project @ 2001-01-17 10:11:17 by sewardj] Remove semicolon which was causing a syntax error on sparc-solaris /bin/sh. --- diff --git a/ghc/utils/hsc2hs/hsc2hs.sh b/ghc/utils/hsc2hs/hsc2hs.sh index ee4a5b9..3dff025 100644 --- a/ghc/utils/hsc2hs/hsc2hs.sh +++ b/ghc/utils/hsc2hs/hsc2hs.sh @@ -1,5 +1,5 @@ -for arg; do +for arg do case "$arg" in --cc=*) HSC2HS_EXTRA=;; --) break;;