Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e446160a authored by The Android Open Source Project's avatar The Android Open Source Project Committed by Android Git Automerger
Browse files

am 4115aeae: am 324c814c: Merge from AOSP

* commit '4115aeae':
  Add a hash-bang as the first line of a shell script
parents 7deff5fc 4115aeae
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
#!/bin/sh
if [ "x$ANDROID_JAVA_HOME" != x ] && [ -e "$ANDROID_JAVA_HOME/lib/tools.jar" ] ; then
    echo $ANDROID_JAVA_HOME/lib/tools.jar
else