Skip to content

Commit

Permalink
SimonStewart: tell the jruby scripts to run as 1.9
Browse files Browse the repository at this point in the history
r12757
  • Loading branch information
shs96c committed Jul 6, 2011
1 parent aab96e9 commit 86e28d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

java -jar third_party/jruby/jruby-complete.jar -S rake $*
java -jar third_party/jruby/jruby-complete.jar --1.9 -S rake $*
2 changes: 1 addition & 1 deletion go.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
java -jar third_party\jruby\jruby-complete.jar -S rake %*
java -jar third_party\jruby\jruby-complete.jar --1.9 -S rake %*

0 comments on commit 86e28d2

Please sign in to comment.