Add a hash-bang as the first line of a shell script

Change-Id: I5b663b036ecb25e952ecd2d998971cc326d4ebdf
This commit is contained in:
Jean-Baptiste Queru
2011-11-11 14:31:18 -08:00
parent fddf23f19e
commit f9b556cd51

View File

@@ -1,3 +1,4 @@
#!/bin/sh
if [ "x$ANDROID_JAVA_HOME" != x ] && [ -e "$ANDROID_JAVA_HOME/lib/tools.jar" ] ; then
echo $ANDROID_JAVA_HOME/lib/tools.jar
else