Skip to content

Commit

Permalink
Make e2e_shaded check work when var is not defined.
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Jul 15, 2017
1 parent ff375c9 commit 1d3decd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SCALA_VERSION=${SCALA_VERSION:-${TRAVIS_SCALA_VERSION:-2.11.11}}

# E2E_SHADED signals we will work with the shaded version of the
# compilerplugin.
if [ $E2E_SHADED = "1" ]; then
if [ "$E2E_SHADED" = "1" ]; then
mv e2e/project/scalapb.sbt.shaded e2e/project/scalapb.sbt
fi

Expand Down

0 comments on commit 1d3decd

Please sign in to comment.