This commit is contained in:
kytv
2013-09-20 01:45:09 +00:00
parent 968b9a0304
commit 8e3e566915

View File

@@ -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