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