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=