5 lines
103 B
Plaintext
5 lines
103 B
Plaintext
from xonsh.platform import ON_DARWIN
|
|
|
|
if ON_DARWIN:
|
|
$JAVA_HOME = $(/usr/libexec/java_home).strip()
|