mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00

/usr/libexec/java_home is specific to macOS. Language::Java::java_home_cmd is not implemented on Linux and raises NotImplementedError. Add private Language::Java::java_home_shell and use it instead of java_home_cmd. Add public Language::Java::java_home for use by formulae.
2 lines
49 B
Ruby
2 lines
49 B
Ruby
require "extend/os/mac/language/java" if OS.mac?
|