From: Ken A. <kan...@bb...> - 2004-03-30 20:19:42
|
It looks like this this patch fixes a line - (not eq? (Scheme.openResource "slib/require.scm") #null)) + (not (eq? (Scheme.openResource "slib/require.scm") #null))) how does it effect renaming. At 08:17 AM 3/16/2004 +1300, Toby Allsopp wrote: >This patch allows putting slib3a1.zip on the classpath without renaming >it to slib.zip. I think i can remove the slib.zip-on-classpath? call because because the resource check will work if its on the classpath, no matter what name it is. |