Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request valotrading#3 from jvirtanen/fixes/sbt-download
Browse files Browse the repository at this point in the history
Fix SBT download
  • Loading branch information
penberg committed Sep 23, 2015
2 parents 940adb1 + e4e3e32 commit 1c469ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SBT="sbt-launch-$SBT_VERSION.jar"
SBT_URL="http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/$SBT_VERSION/sbt-launch.jar"

if [ ! -e $SBT ]; then
$CURL -o $SBT -s $SBT_URL
$CURL -L -o $SBT -s $SBT_URL
fi

$JAVA $JAVA_OPTS -jar $SBT "$@"

0 comments on commit 1c469ae

Please sign in to comment.