Skip to content

Commit

Permalink
Fixed typos that prevented the scripts to run
Browse files Browse the repository at this point in the history
  • Loading branch information
noobii committed May 1, 2012
1 parent 5acc6b4 commit d317e47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sbt
Original file line number Original file line Diff line number Diff line change
@@ -1 +1 @@
java -Xmx2000m -Xms1000m -jar `dirname $0`/project/sbt-launch.jar "$@" java -Xmx2000m -Xms1000m -jar `dirname $0`/project/sbt-launcher.jar "$@"
2 changes: 1 addition & 1 deletion sbt.bat
Original file line number Original file line Diff line number Diff line change
@@ -1,2 +1,2 @@
set SCRIPT_DIR=%~dp0 set SCRIPT_DIR=%~dp0
java -Xmx2000m -Xms1000m -jar "%SCRIPT_DIR%\project\sbt-launch.jar" %* java -Xmx2000m -Xms1000m -jar "%SCRIPT_DIR%project\sbt-launcher.jar" %*

0 comments on commit d317e47

Please sign in to comment.