Skip to content

Commit

Permalink
Fixed sbt launcher script. Missed -jar caused "Could not find the mai…
Browse files Browse the repository at this point in the history
…n class" error.
  • Loading branch information
antonyshchenko committed Mar 23, 2011
1 parent 221b40c commit 6eac74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbt
@@ -1 +1 @@
java -Xmx512m `dirname $0`/sbt-launch.jar "$@"
java -Xmx512m -jar `dirname $0`/sbt-launch.jar "$@"

0 comments on commit 6eac74c

Please sign in to comment.