fix previous check-in

This commit is contained in:
kytv
2013-09-20 01:38:20 +00:00
parent c97f0f3d22
commit 968b9a0304

View File

@ -14,8 +14,8 @@ CLASS=net.i2p.i2ptunnel.web.messages
TMPFILE=build/javafiles.txt
export TZ=UTC
RC=0
if ! $(which javac}; then
export JAVAC=${JAVA_HOME}/../bin/javac
if ! $(which javac); then
export JAVAC="${JAVA_HOME}/../bin/javac"
fi
if [ "$1" = "-p" ]