[commit: packages/Cabal] ghc-head: Whitespace. (839ddab)
git at git.haskell.org
git at git.haskell.org
Mon Aug 26 23:27:53 CEST 2013
Repository : ssh://git@git.haskell.org/Cabal
On branch : ghc-head
Link : http://git.haskell.org/?p=packages/Cabal.git;a=commit;h=839ddab440ec6e2d4fa2f7b99ba82c6dc0943c35
>---------------------------------------------------------------
commit 839ddab440ec6e2d4fa2f7b99ba82c6dc0943c35
Author: Mikhail Glushenkov <mikhail.glushenkov at gmail.com>
Date: Sun Jul 7 15:46:55 2013 +0200
Whitespace.
>---------------------------------------------------------------
839ddab440ec6e2d4fa2f7b99ba82c6dc0943c35
cabal-install/bootstrap.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cabal-install/bootstrap.sh b/cabal-install/bootstrap.sh
index aa6b50d..f8214c1 100755
--- a/cabal-install/bootstrap.sh
+++ b/cabal-install/bootstrap.sh
@@ -125,8 +125,8 @@ fetch_pkg () {
then
${WGET} -c ${URL} || die "Failed to download ${PKG}."
elif which ${FETCH} > /dev/null
- then
- ${FETCH} ${URL} || die "Failed to download ${PKG}."
+ then
+ ${FETCH} ${URL} || die "Failed to download ${PKG}."
else
die "Failed to find a downloader. 'curl', 'wget' or 'fetch' is required."
fi
More information about the ghc-commits
mailing list