forked from I2P_Developers/i2p.i2p
typo fix
This commit is contained in:
@@ -15,7 +15,7 @@ TMPFILE=tmp/javafiles.txt
|
||||
export TZ=UTC
|
||||
RC=0
|
||||
|
||||
if ! $(which javac]; then
|
||||
if ! $(which javac); then
|
||||
export JAVAC=${JAVA_HOME}/../bin/javac
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user