Skip to content

Commit 14a5da0

Browse files
author
Brennon York
committed
removed unnecessary zinc output on startup
1 parent 1af4a94 commit 14a5da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/mvn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ if [ -n "${ZINC_INSTALL_FLAG}" -o -z "`${ZINC_BIN} -status`" ]; then
110110
${ZINC_BIN} -shutdown
111111
${ZINC_BIN} -start -port ${ZINC_PORT} \
112112
-scala-compiler "${SCALA_COMPILER}" \
113-
-scala-library "${SCALA_LIBRARY}"
113+
-scala-library "${SCALA_LIBRARY}" &>/dev/null
114114
fi
115115

116116
# Last, call the `mvn` command as usual

0 commit comments

Comments
 (0)