Skip to content

Commit

Permalink
Main.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulp committed Aug 14, 2011
1 parent c34a55a commit 01b1daf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sbt
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ while [ $# -gt 0 ]; do

-D*) addJava "$1"; shift ;;
-J*) addJava "${1:2}"; shift ;;
-debug) debug=1 ; addSbt "set logLevel := Level.Debug"; shift ;;
-local) addSbt "set scalaHome := Some(file(\"/path/to/scala\"))"; shift ;;
-debug) addSbt "set logLevel := Level.Debug"; debug=1; shift ;;
-local) addSbt "set scalaHome := Some(file(\"$2\"))"; shift 2 ;;

*) args=("${args[@]}" "$1") ; shift ;;
esac
Expand Down
File renamed without changes.

0 comments on commit 01b1daf

Please sign in to comment.