aboutsummaryrefslogtreecommitdiff
path: root/run2.cmd
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2013-06-26 17:40:22 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2013-06-26 17:40:22 -0700
commit03906f7f0a8c93b09e3b47ccaad5b5f72c29302b (patch)
tree910d0f963e0592119bf5f2ab1afb838604be9040 /run2.cmd
parente49bc8ca8c411aa693f85c1ef3d23ea42d488c4d (diff)
downloadspark-03906f7f0a8c93b09e3b47ccaad5b5f72c29302b.tar.gz
spark-03906f7f0a8c93b09e3b47ccaad5b5f72c29302b.tar.bz2
spark-03906f7f0a8c93b09e3b47ccaad5b5f72c29302b.zip
Fixes to compute-classpath on Windows
Diffstat (limited to 'run2.cmd')
-rw-r--r--run2.cmd1
1 files changed, 1 insertions, 0 deletions
diff --git a/run2.cmd b/run2.cmd
index 25e4f3b57c..a9c4df180f 100644
--- a/run2.cmd
+++ b/run2.cmd
@@ -48,6 +48,7 @@ set REPL_DIR=%FWDIR%repl
rem Compute classpath using external script
set DONT_PRINT_CLASSPATH=1
call "%FWDIR%bin\compute-classpath.cmd"
+set DONT_PRINT_CLASSPATH=0
rem Figure out the JAR file that our examples were packaged into.
rem First search in the build path from SBT: