Docs: remove spurious dollar sign in manual unix script

This commit is contained in:
Mark Harrah 2013-02-13 04:07:39 -05:00
parent 76e0a941ba
commit 4417e12602
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ in your ``~/bin`` directory:
.. code-block:: console
$ java -Xms512M -Xmx1536M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=384M -jar `dirname $0`/sbt-launch.jar "$@"
java -Xms512M -Xmx1536M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=384M -jar `dirname $0`/sbt-launch.jar "$@"
Make the script executable: