subversion: fix incorrect conditional

master
Jack Nagel 2014-05-23 16:54:07 -05:00
parent 4a651af440
commit 558a6db0d4
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class Subversion < Formula
puts " brew install subversion --universal --java"
end
ENV.fetch('JAVA_HOME') do
if ENV["JAVA_HOME"]
opoo "JAVA_HOME is set. Try unsetting it if JNI headers cannot be found."
end
end