[Lunar-commits] <moonbase> sbt-bin: fixed typo in BUILD
Christian Krause
wookietreiber at lunar-linux.org
Fri Sep 2 06:52:06 CEST 2011
commit 32e30f60872644676efbce5743b2fa91c804357f
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date: Fri Sep 2 06:52:06 2011 +0200
sbt-bin: fixed typo in BUILD
---
zbeta/sbt-bin/BUILD | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/zbeta/sbt-bin/BUILD b/zbeta/sbt-bin/BUILD
index 41dd08a..4986b88 100644
--- a/zbeta/sbt-bin/BUILD
+++ b/zbeta/sbt-bin/BUILD
@@ -13,7 +13,7 @@ exec java \\
-Xmx1536M \\
-XX:MaxPermSize=256m \\
-XX:+CMSClassUnloadingEnabled \\
- -Dsbt.boot.directory=\$HOME/.sbt/boot/ \\
+ -Dsbt.boot.directory=\$HOME/.sbt/boot/ \\
-jar /opt/sbt/sbt-launch.jar \\
"\$@"
EOF
More information about the Lunar-commits
mailing list