Skip to content

Commit 86e28d2

Browse files
committed
SimonStewart: tell the jruby scripts to run as 1.9
r12757
1 parent aab96e9 commit 86e28d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
java -jar third_party/jruby/jruby-complete.jar -S rake $*
3+
java -jar third_party/jruby/jruby-complete.jar --1.9 -S rake $*

go.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
@echo off
2-
java -jar third_party\jruby\jruby-complete.jar -S rake %*
2+
java -jar third_party\jruby\jruby-complete.jar --1.9 -S rake %*

0 commit comments

Comments
 (0)