aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/run-example2.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/run-example2.cmd b/bin/run-example2.cmd
index 6861334cb0..40abb9af74 100644
--- a/bin/run-example2.cmd
+++ b/bin/run-example2.cmd
@@ -49,7 +49,7 @@ if "x%SPARK_EXAMPLES_JAR%"=="x" (
rem Compute Spark classpath using external script
set DONT_PRINT_CLASSPATH=1
-call "%FWDIR%sbin\compute-classpath.cmd"
+call "%FWDIR%bin\compute-classpath.cmd"
set DONT_PRINT_CLASSPATH=0
set CLASSPATH=%SPARK_EXAMPLES_JAR%;%CLASSPATH%