Commit b17da98f authored by bol-van's avatar bol-van
Browse files

install_bin: fix and

parent 1f46e913
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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=