Skip to content

Commit

Permalink
add shebang line to sbt script
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-martin committed Nov 14, 2013
1 parent 4699b5d commit 98e0913
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

VERSION="0.13.0"
JAR="project/sbt-launch-$VERSION.jar"
URL="http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/$VERSION/sbt-launch.jar"
Expand Down

0 comments on commit 98e0913

Please sign in to comment.