Remove bashism from find-jdk-tools-jar.sh
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
if [[ "x$ANDROID_JAVA_HOME" != x && -e $ANDROID_JAVA_HOME/lib/tools.jar ]] ; then
|
||||
if [ "x$ANDROID_JAVA_HOME" != x ] && [ -e "$ANDROID_JAVA_HOME/lib/tools.jar" ] ; then
|
||||
echo $ANDROID_JAVA_HOME/lib/tools.jar
|
||||
else
|
||||
JAVAC=$(which javac)
|
||||
|
Reference in New Issue
Block a user