diff options
author | Tong LIU <nemoliu@FreeBSD.org> | 2008-04-24 13:30:32 +0000 |
---|---|---|
committer | Tong LIU <nemoliu@FreeBSD.org> | 2008-04-24 13:30:32 +0000 |
commit | 44cbbf6e0866063f32c10a3e649cdc83a153ab72 (patch) | |
tree | 75e24940313d19cbb9656f3041de15b789b1aa81 /lang/jruby | |
parent | fe637e67fec0fc3a3a760eb82c40de4bcff05770 (diff) | |
download | ports-44cbbf6e0866063f32c10a3e649cdc83a153ab72.tar.gz ports-44cbbf6e0866063f32c10a3e649cdc83a153ab72.zip |
Notes
Diffstat (limited to 'lang/jruby')
-rw-r--r-- | lang/jruby/files/patch-jrubyc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/lang/jruby/files/patch-jrubyc b/lang/jruby/files/patch-jrubyc deleted file mode 100644 index 1ff862d24cfa..000000000000 --- a/lang/jruby/files/patch-jrubyc +++ /dev/null @@ -1,18 +0,0 @@ ---- bin/jrubyc.orig 2007-08-21 19:06:20.355621590 +0800 -+++ bin/jrubyc 2007-08-21 19:08:23.020781206 +0800 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/usr/bin/env bash - # ----------------------------------------------------------------------------- - # jruby.sh - Start Script for the JRuby interpreter - # -@@ -27,6 +27,9 @@ - - # ----- Verify and Set Required Environment Variables ------------------------- - -+JAVA_HOME=%%JAVA_HOME%% -+JRUBY_HOME=%%JRUBY_HOME%% -+ - if [ -z "$JRUBY_HOME" ] ; then - ## resolve links - $0 may be a link to home - PRG=$0 |