Browse Source

install_bin: read elf detection method

pull/1478/head
bol-van 2 months ago
parent
commit
06921bdbee
  1. 1
      install_bin.sh

1
install_bin.sh

@ -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

Loading…
Cancel
Save