subversion: fix incorrect conditional
This commit is contained in:
parent
4a651af440
commit
558a6db0d4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue