mirror of
https://github.com/bol-van/zapret.git
synced 2025-06-07 19:07:49 +05:00
install_bin: read elf detection method
This commit is contained in:
parent
3999e0b350
commit
06921bdbee
@ -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…
x
Reference in New Issue
Block a user