[commit: ghc] wip/docker-ghcci: Shell syntax (e55310c)
git at git.haskell.org
git at git.haskell.org
Tue Feb 27 23:00:02 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/docker-ghcci
Link : http://ghc.haskell.org/trac/ghc/changeset/e55310c81e27bccacbe52f849271e0a10c62a2af/ghc
>---------------------------------------------------------------
commit e55310c81e27bccacbe52f849271e0a10c62a2af
Author: David Feuer <David.Feuer at gmail.com>
Date: Tue Feb 27 17:59:46 2018 -0500
Shell syntax
>---------------------------------------------------------------
e55310c81e27bccacbe52f849271e0a10c62a2af
.circleci/prepare-system.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.circleci/prepare-system.sh b/.circleci/prepare-system.sh
index ed01658..47fbcb1 100755
--- a/.circleci/prepare-system.sh
+++ b/.circleci/prepare-system.sh
@@ -36,7 +36,7 @@ case "$(uname)" in
else
fail "TARGET=$target not supported"
fi
- else
+# else
# assuming Ubuntu
fi
;;
More information about the ghc-commits
mailing list