From 36e5ebd7a6f8620926a21532e089117e19197428 Mon Sep 17 00:00:00 2001 From: sewardj Date: Wed, 17 Jan 2001 10:11:17 +0000 Subject: [PATCH] [project @ 2001-01-17 10:11:17 by sewardj] Remove semicolon which was causing a syntax error on sparc-solaris /bin/sh. --- ghc/utils/hsc2hs/hsc2hs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;; -- 1.7.10.4