mirror of
https://github.com/bol-van/zapret.git
synced 2026-09-12 11:40:24 +05:00
install_bin: fix and
This commit is contained in:
parent
1f46e91342
commit
b17da98fc4
@ -31,7 +31,7 @@ select_test_method()
|
||||
elif exists zsh && [ "$UNAME" != CYGWIN ] ; then
|
||||
TEST=zsh
|
||||
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
|
||||
TEST=elf
|
||||
ELF=
|
||||
|
||||
Loading…
Reference in New Issue
Block a user