From 972b07ff291609ebc72df16d5a559c7d6b89326b Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 21 Feb 2005 09:48:50 +0000 Subject: [PATCH] Fixed the detection of tools named like "tool-Major.Minor" (used on OpenBSD). --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index b67eb77b..5d4a8cf9 100755 --- a/autogen.sh +++ b/autogen.sh @@ -9,7 +9,7 @@ # (at your option) any later version. # Please read the file COPYING, README and AUTHORS for more information. # -# $Id: autogen.sh,v 1.12 2004/04/05 12:02:21 alex Exp $ +# $Id: autogen.sh,v 1.13 2005/02/21 09:48:50 alex Exp $ # # @@ -85,7 +85,7 @@ Search() fi $EXIST "${name}-${major}.${minor}" >/dev/null 2>&1 if [ $? -eq 0 ]; then - echo "${name}-${major}.${minor}" >/dev/null 2>&1 + echo "${name}-${major}.${minor}" return 0 fi done -- 2.39.2