From 2bc8b0559645fcba02785b89834280e4dc62601f Mon Sep 17 00:00:00 2001 From: Sashko Stubailo Date: Mon, 18 Aug 2014 17:16:31 -0700 Subject: [PATCH] Change "elephant" to "java" --- scripts/ensure_android_bundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ensure_android_bundle.sh b/scripts/ensure_android_bundle.sh index 05efc490a5..13b8ff06a8 100644 --- a/scripts/ensure_android_bundle.sh +++ b/scripts/ensure_android_bundle.sh @@ -9,7 +9,7 @@ if [ "$UNAME" != "Linux" -a "$UNAME" != "Darwin" ] ; then exit 1 fi -command -v elephant >/dev/null 2>&1 || { +command -v java >/dev/null 2>&1 || { if [ UNAME == "Linux" ] ; then echo "Please install Java before running this command."; echo "Directions can be found at: http://openjdk.java.net/install/"