Skip to content

Commit

Permalink
removed unnecessary zinc output on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
Brennon York committed Dec 15, 2014
1 parent 1af4a94 commit 14a5da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/mvn
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ if [ -n "${ZINC_INSTALL_FLAG}" -o -z "`${ZINC_BIN} -status`" ]; then
${ZINC_BIN} -shutdown
${ZINC_BIN} -start -port ${ZINC_PORT} \
-scala-compiler "${SCALA_COMPILER}" \
-scala-library "${SCALA_LIBRARY}"
-scala-library "${SCALA_LIBRARY}" &>/dev/null
fi

# Last, call the `mvn` command as usual
Expand Down

0 comments on commit 14a5da0

Please sign in to comment.