Skip to content

Commit

Permalink
DanielWagnerHall: Goodbye carriage returns
Browse files Browse the repository at this point in the history
r16505
  • Loading branch information
illicitonion committed Apr 10, 2012
1 parent ef8fee5 commit 662776b
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions go
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
#!/bin/bash

case `uname` in
Darwin)
JAVA_OPTS="-d32"
;;
*)
JAVA_OPTS="-client"
;;
esac

# we want jruby-complete to take care of all things ruby
unset GEM_HOME
unset GEM_PATH

java $JAVA_OPTS -Xmx900m -XX:MaxPermSize=384m -XX:ReservedCodeCacheSize=128m -jar third_party/jruby/jruby-complete.jar -X-C -S rake $*

#!/bin/bash

case `uname` in
Darwin)
JAVA_OPTS="-d32"
;;
*)
JAVA_OPTS="-client"
;;
esac

# we want jruby-complete to take care of all things ruby
unset GEM_HOME
unset GEM_PATH

java $JAVA_OPTS -Xmx900m -XX:MaxPermSize=384m -XX:ReservedCodeCacheSize=128m -jar third_party/jruby/jruby-complete.jar -X-C -S rake $*

0 comments on commit 662776b

Please sign in to comment.