summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2011-11-11 16:07:31 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-11-11 16:07:31 -0800
commite446160ae11612a4b22790dcef5a1433d7cd6116 (patch)
tree1aa613e6e6e2a02ed801f3cbec7cb81954012492 /core
parent7deff5fc54b0c143d4e9535df41afabf481cc48e (diff)
parent4115aeaef30cc2f13abc4a1e4165995909fa3098 (diff)
downloadbuild-e446160ae11612a4b22790dcef5a1433d7cd6116.zip
build-e446160ae11612a4b22790dcef5a1433d7cd6116.tar.gz
build-e446160ae11612a4b22790dcef5a1433d7cd6116.tar.bz2
am 4115aeae: am 324c814c: Merge from AOSP
* commit '4115aeaef30cc2f13abc4a1e4165995909fa3098': Add a hash-bang as the first line of a shell script
Diffstat (limited to 'core')
-rwxr-xr-xcore/find-jdk-tools-jar.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/find-jdk-tools-jar.sh b/core/find-jdk-tools-jar.sh
index e1278c3..f150a9a 100755
--- a/core/find-jdk-tools-jar.sh
+++ b/core/find-jdk-tools-jar.sh
@@ -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