fix dist script to properly include the path

This commit is contained in:
benfry
2008-08-18 19:53:18 +00:00
parent 9c9133a512
commit 245130ad39
+3 -1
View File
@@ -12,4 +12,6 @@ do
done
export CLASSPATH
${APPDIR}/java/bin/java processing.app.Base
export PATH="${APPDIR}/java/bin:${PATH}"
java processing.app.Base