Page MenuHomePhabricator

D4479.id14288.diff
No OneTemporary

D4479.id14288.diff

diff --git a/native/android/app/bash/detect_abis.sh b/native/android/app/bash/detect_abis.sh
--- a/native/android/app/bash/detect_abis.sh
+++ b/native/android/app/bash/detect_abis.sh
@@ -7,7 +7,7 @@
for ID in ${IDS}
do
- ABI="$(adb -s $ID shell getprop ro.product.cpu.abi)"
+ ABI=$(adb -s "$ID" shell getprop ro.product.cpu.abi)
# check if we already have this ABI
if [[ " ${ABIS[*]} " =~ " ${ABI} " ]]; then
continue
@@ -15,4 +15,4 @@
ABIS+="${ABI} "
done
-echo $ABIS
+echo "$ABIS"

File Metadata

Mime Type
text/plain
Expires
Sat, Sep 28, 7:42 PM (3 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2190970
Default Alt Text
D4479.id14288.diff (506 B)

Event Timeline