aboutsummaryrefslogtreecommitdiff
path: root/make-distribution.sh
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-01-03 17:32:25 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-01-03 18:30:17 -0800
commit9e6f3bdcda1ab48159afa4f54b64d05e42a8688e (patch)
treedbe72e606726f95c725bce3caed8a32a15d74b5c /make-distribution.sh
parentbc311bb826b5548b9c4c55320711f3b18dc19397 (diff)
downloadspark-9e6f3bdcda1ab48159afa4f54b64d05e42a8688e.tar.gz
spark-9e6f3bdcda1ab48159afa4f54b64d05e42a8688e.tar.bz2
spark-9e6f3bdcda1ab48159afa4f54b64d05e42a8688e.zip
Changes on top of Prashant's patch.
Closes #316
Diffstat (limited to 'make-distribution.sh')
-rwxr-xr-xmake-distribution.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/make-distribution.sh b/make-distribution.sh
index a2c8e64597..8ae8a4cf74 100755
--- a/make-distribution.sh
+++ b/make-distribution.sh
@@ -45,7 +45,8 @@ DISTDIR="$FWDIR/dist"
export TERM=dumb # Prevents color codes in SBT output
if ! test `which sbt` ;then
- echo -e "You need sbt installed and available on path, please follow the instructions here: http://www.scala-sbt.org/release/docs/Getting-Started/Setup.html"
+ echo -e "You need sbt installed and available on your path."
+ echo -e "Download sbt from http://www.scala-sbt.org/"
exit -1;
fi