Skip to content

Commit

Permalink
JariBakken: 'go' script should require the bundled antwrap.jar
Browse files Browse the repository at this point in the history
r8997
  • Loading branch information
jarib committed May 26, 2010
1 parent f42c802 commit fa7c864
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-1.5.0.RC2.jar -S rake $*
java -jar third_party/jruby/jruby-complete-1.5.0.RC2.jar -r third_party/jruby/antwrap.jar -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-1.5.0.RC2.jar -S rake %*
java -jar third_party\jruby\jruby-complete-1.5.0.RC2.jar -r third_party\jruby\antwrap.jar -S rake %*

0 comments on commit fa7c864

Please sign in to comment.