Skip to content

Instantly share code, notes, and snippets.

@mojavelinux
Created December 31, 2014 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mojavelinux/1716e8c158358cf68664 to your computer and use it in GitHub Desktop.
Save mojavelinux/1716e8c158358cf68664 to your computer and use it in GitHub Desktop.
jruby patch
--- /usr/bin/jruby 2014-12-31 03:37:00.389642594 -0700
+++ /tmp/jruby 2014-12-31 03:36:53.577612502 -0700
@@ -150,13 +150,12 @@
JRUBY_CP=`cygpath -p -w "$JRUBY_CP"`
fi
-j=$(build-classpath objectweb-asm4/asm objectweb-asm4/asm-util \
- objectweb-asm4/all objectweb-asm4/asm-commons objectweb-asm4/asm-analysis objectweb-asm4/asm-tree bcmail bcprov bsf bytelist \
+j=$(build-classpath objectweb-asm/asm objectweb-asm/asm-util \
+ objectweb-asm/all objectweb-asm/asm-commons objectweb-asm/asm-analysis objectweb-asm/asm-tree bcmail bcprov bsf bytelist \
felix/org.osgi.core invokebinder jansi jcodings jffi jline2 jna jnr-constants jnr-enxio jnr-ffi jnr-netdb jnr-posix jnr-unixsocket \
joda-time joni jzlib nailgun snakeyaml yydebug yecht jruby jruby-yecht 2>/dev/null)
-JRUBY_CP="$JRUBY_CP$CP_DELIMETER$j"
-
+JRUBY_CP="$JRUBY_CP$CP_DELIMITER$j"
# ----- Set Up The System Classpath -------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment