[commit: Cabal] master: Apply suggestion for bootstrap failure message (942f661)

Ian Lynagh igloo at earth.li
Fri Jun 24 02:04:15 CEST 2011


Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/942f661751658c2192f85ba456e78709140b83c1

>---------------------------------------------------------------

commit 942f661751658c2192f85ba456e78709140b83c1
Author: Duncan Coutts <duncan at haskell.org>
Date:   Tue Oct 20 21:23:19 2009 +0000

    Apply suggestion for bootstrap failure message
    ghc ticket #3602

>---------------------------------------------------------------

 cabal-install/bootstrap.sh |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/cabal-install/bootstrap.sh b/cabal-install/bootstrap.sh
index 0612920..48f88b3 100644
--- a/cabal-install/bootstrap.sh
+++ b/cabal-install/bootstrap.sh
@@ -224,6 +224,8 @@ then
     echo "symlink-bindir: $HOME/bin"
 else
     echo "Sorry, something went wrong."
+    echo "The 'cabal' executable was not successfully installed into"
+    echo "$CABAL_BIN/"
 fi
 echo
 





More information about the Cvs-libraries mailing list