Merge pull request #4 from bartschuller/full-packaging

Fix stderr redirect shell syntax
This commit is contained in:
Josh Suereth 2012-01-24 07:25:30 -08:00
commit 08a3bf3266
1 changed files with 1 additions and 1 deletions

2
sbt
View File

@ -250,7 +250,7 @@ Usage: $script_name [options]
-scala-home <path> use the scala build at the specified directory
-scala-version <version> use the specified version of scala
# java version (default: java from PATH, currently $(java -version |& grep version))
# java version (default: java from PATH, currently $(java -version 2>&1 | grep version))
-java-home <path> alternate JAVA_HOME
# jvm options and output control