From 304d4d5b5785c107b8c4888cd0f40b838b71d90d Mon Sep 17 00:00:00 2001 From: Hermes Date: Tue, 28 Apr 2026 22:38:13 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=BF=E6=8D=A2here-string=E5=B5=8C?= =?UTF-8?q?=E5=A5=97=E8=AF=AD=E6=B3=95=E4=B8=BA=E6=A0=87=E5=87=86=E7=AE=A1?= =?UTF-8?q?=E9=81=93=EF=BC=8C=E5=85=BC=E5=AE=B9Android=20mksh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/tools.sh | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/tools/tools.sh b/tools/tools.sh index d547142..351a1bc 100644 --- a/tools/tools.sh +++ b/tools/tools.sh @@ -315,7 +315,17 @@ export TZ=Asia/Taipei ln -fs "$tools_path/classes.dex" "$filepath/classes.dex" export CLASSPATH="$filepath/classes.dex" quit=0 -while read -r file expected_hash; do +cat <