[Swift-commit] r4025 - usertools/plotter
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Fri Jan 21 11:41:45 CST 2011
Author: wozniak
Date: 2011-01-21 11:41:44 -0600 (Fri, 21 Jan 2011)
New Revision: 4025
Modified:
usertools/plotter/lines.zsh
Log:
Update script
Modified: usertools/plotter/lines.zsh
===================================================================
--- usertools/plotter/lines.zsh 2011-01-21 17:41:10 UTC (rev 4024)
+++ usertools/plotter/lines.zsh 2011-01-21 17:41:44 UTC (rev 4025)
@@ -11,4 +11,4 @@
source ${PLOTTERS}/classpath.zsh
[[ $? != 0 ]] && print "Could not build CLASSPATH!" && return 1
-java -ea -cp ${CP} Lines ${*}
+java -ea -cp ${CP} plotter.Lines ${*}
More information about the Swift-commit
mailing list