Commit 06921bdb authored by bol-van's avatar bol-van
Browse files

install_bin: read elf detection method

parent 3999e0b3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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