install_bin: read elf detection method

This commit is contained in:
bol-van 2025-05-28 20:27:34 +03:00
parent 3999e0b350
commit 06921bdbee

View File

@ -35,6 +35,7 @@ select_test_method()
# macos does not use ELF # macos does not use ELF
TEST=elf TEST=elf
ELF= ELF=
ELF_ARCH=
for f in /bin/sh /system/bin/sh; do for f in /bin/sh /system/bin/sh; do
[ -x "$f" ] && { [ -x "$f" ] && {
ELF=$f ELF=$f