> CLOJURE_JAR="/usr/share/java/clojure-1.2.jar:/usr/share/java/asm3.jar:/usr/share/java/asm3-commons.jar"
Or, rely on Class-Path embedded in clojure-1.2.jar's manifest. In this case, /usr/bin/lein seems to have to use exec $RLWRAP $JAVA_CMD -cp "$CLOJURE_JAR" instead of -Xbootclasspath/a:"$CLOJURE_JAR" Daigo -- Daigo Moriwaki <daigo at debian dot org> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

