Skip to content

Commit

Permalink
scala 2.11.7 script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HairyFotr committed Jul 3, 2015
1 parent c6c4f0f commit 3e2a8fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions runbot
Expand Up @@ -121,8 +121,7 @@ compile() {
echo "compiling $bot"
rm -rf -- "$outdir" > /dev/null 2>&1
mkdir -p -- "$outdir"
warnings=$(scalac -Y 2>&1 | grep warn | cut -d' ' -f 3 | tr '\n' ' ')
# TODO shwordsplit on zsh
warnings=$(scalac -Y 2>&1 | grep -- -Ywarn | cut -d' ' -f 3 | tr '\n' ' ')
scalac $SCALA_PLUGINS $warnings -Xlint -feature -unchecked -optimize -d $outdir -cp $cp -- *.scala
}

Expand Down

0 comments on commit 3e2a8fe

Please sign in to comment.