From 55a7cae3c2f5839d71f8332fdc4be811ca4d4331 Mon Sep 17 00:00:00 2001 From: YZBruh Date: Sun, 15 Dec 2024 18:44:10 +0300 Subject: [PATCH] pmt: script: fixup not viewing arch info --- pmt-termux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmt-termux.sh b/pmt-termux.sh index 8eb29f5..49d0811 100755 --- a/pmt-termux.sh +++ b/pmt-termux.sh @@ -78,7 +78,7 @@ function get_architecture() { LOCAL_ARCH=$(getprop ro.product.cpu.abi) - print "Device architecture: ${arch}." + print "Device architecture: ${LOCAL_ARCH}." } # Generate template dir