forked from I2P_Developers/i2p.i2p
redirect output of which command to /dev/null
This commit is contained in:
@ -14,7 +14,7 @@ CLASS=net.i2p.i2ptunnel.web.messages
|
||||
TMPFILE=build/javafiles.txt
|
||||
export TZ=UTC
|
||||
RC=0
|
||||
if ! $(which javac); then
|
||||
if ! $(which javac > /dev/null 2>&1); then
|
||||
export JAVAC="${JAVA_HOME}/../bin/javac"
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user