aboutsummaryrefslogtreecommitdiff
path: root/repl-bin/src/deb/bin/run
diff options
context:
space:
mode:
Diffstat (limited to 'repl-bin/src/deb/bin/run')
-rwxr-xr-xrepl-bin/src/deb/bin/run3
1 files changed, 1 insertions, 2 deletions
diff --git a/repl-bin/src/deb/bin/run b/repl-bin/src/deb/bin/run
index 47bb654baf..3a6f22f41f 100755
--- a/repl-bin/src/deb/bin/run
+++ b/repl-bin/src/deb/bin/run
@@ -48,8 +48,7 @@ fi
export JAVA_OPTS
# Build up classpath
-CLASSPATH="$SPARK_CLASSPATH"
-CLASSPATH+=":$FWDIR/conf"
+CLASSPATH=":$FWDIR/conf"
for jar in `find $FWDIR -name '*jar'`; do
CLASSPATH+=":$jar"
done