[Swift-commit] r4181 - usertools/plotter
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Mon Mar 14 21:52:55 CDT 2011
Author: wozniak
Date: 2011-03-14 21:52:55 -0500 (Mon, 14 Mar 2011)
New Revision: 4181
Modified:
usertools/plotter/lines.zsh
Log:
Minor fix for Cygwin
Modified: usertools/plotter/lines.zsh
===================================================================
--- usertools/plotter/lines.zsh 2011-03-15 02:50:27 UTC (rev 4180)
+++ usertools/plotter/lines.zsh 2011-03-15 02:52:55 UTC (rev 4181)
@@ -4,9 +4,9 @@
# Arguments passed directly to Lines.java - see there for details
# usage: lines.zsh <properties> <output file> <data file>*
-PLOTTERS=$( dirname $0 )
+PLOTTERS=$( cd $( dirname $0 ) ; /bin/pwd )
-# declare -p PLOTDIR
+# declare -p PLOTTERS
source ${PLOTTERS}/classpath.zsh
[[ $? != 0 ]] && print "Could not build CLASSPATH!" && return 1
More information about the Swift-commit
mailing list