4 lines
70 B
Bash
4 lines
70 B
Bash
#!/bin/sh
|
|
|
|
case "`uname`" in
|
|
Darwin*) if [ -z "$JAVA_HOME" ] ; then
|