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

Commit f9b556cd authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru
Browse files

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

Change-Id: I5b663b036ecb25e952ecd2d998971cc326d4ebdf
parent fddf23f1
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