install_bin: fix and

This commit is contained in:
bol-van
2026-01-03 00:44:29 +03:00
parent 1f46e91342
commit b17da98fc4

View File

@@ -31,7 +31,7 @@ select_test_method()
elif exists zsh && [ "$UNAME" != CYGWIN ] ; then elif exists zsh && [ "$UNAME" != CYGWIN ] ; then
TEST=zsh TEST=zsh
elif [ "$UNAME" != Darwin -a "$UNAME" != CYGWIN ]; then elif [ "$UNAME" != Darwin -a "$UNAME" != CYGWIN ]; then
if exists hexdump and exists dd; then if exists hexdump && exists dd; then
# macos does not use ELF # macos does not use ELF
TEST=elf TEST=elf
ELF= ELF=