commit | 07d639a4fd42b216f2bca29a2ca6279c2a12efca | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Nov 16 16:19:33 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Nov 16 16:19:33 2018 +0000 |
tree | c6610ae75b5c8d69745632ef0c96b893f5136fc1 | |
parent | e67518fe6d92610c781fde14e9cfcb7cc5fecd19 [diff] | |
parent | d3e472569a044bea89126d0c4bf8b5768d922dc8 [diff] |
Merge "envsetup.sh: say -p for plain, not -ps."
diff --git a/envsetup.sh b/envsetup.sh index 40f6c46..400e7f0 100644 --- a/envsetup.sh +++ b/envsetup.sh
@@ -1095,7 +1095,7 @@ { local PID="$1" if [ "$PID" ] ; then - if [[ "$(adb shell cat /proc/$PID/exe | xxd -l 1 -s 4 -ps)" -eq "02" ]] ; then + if [[ "$(adb shell cat /proc/$PID/exe | xxd -l 1 -s 4 -p)" -eq "02" ]] ; then echo "64" else echo ""