From 0cad2329a107dd3d814cb842e3ddc29a56ec4961 Mon Sep 17 00:00:00 2001 From: bol-van Date: Sat, 3 Jan 2026 00:39:03 +0300 Subject: [PATCH] install_bin: fix and --- install_bin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_bin.sh b/install_bin.sh index 0961d82..3b204ee 100755 --- a/install_bin.sh +++ b/install_bin.sh @@ -31,7 +31,7 @@ select_test_method() elif exists zsh && [ "$UNAME" != CYGWIN ] ; then TEST=zsh elif [ "$UNAME" != CYGWIN ]; then - if exists hexdump and exists dd; then + if exists hexdump && exists dd; then # macos does not use ELF TEST=elf ELF=