forked from I2P_Developers/i2p.i2p
redirect output of which command to /dev/null
This commit is contained in:
@ -15,7 +15,7 @@ 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