Skip to content

Commit

Permalink
Leave the double colons
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewor14 committed May 1, 2014
1 parent 940a1bb commit 32f6826
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/compute-classpath.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ FWDIR="$(cd `dirname $0`/..; pwd)"

# Build up classpath
CLASSPATH="$SPARK_CLASSPATH:$SPARK_SUBMIT_CLASSPATH:$FWDIR/conf"
CLASSPATH=$(echo "$CLASSPATH" | sed s/::/:/g)

ASSEMBLY_DIR="$FWDIR/assembly/target/scala-$SCALA_VERSION"

Expand Down

0 comments on commit 32f6826

Please sign in to comment.