update command line tool for all platforms (fixes #3224)

This commit is contained in:
Ben Fry
2015-04-27 11:36:37 -04:00
parent db33269daa
commit 3982af6d88
5 changed files with 52 additions and 35 deletions
+3
View File
@@ -91,6 +91,9 @@ done
for LIB in "$APPDIR"/core/library/*.jar; do
CLASSPATH="$CLASSPATH"${CLASSPATH:+:}"$LIB"
done
for LIB in "$APPDIR"/modes/java/mode/*.jar; do
CLASSPATH="$CLASSPATH"${CLASSPATH:+:}"$LIB"
done
export CLASSPATH
log CLASSPATH