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
TEST=elf
ELF=
ELF_ARCH=
for f in /bin/sh /system/bin/sh; do
[ -x "$f" ] && {
ELF=$f

Loading…
Cancel
Save