From ed56b238d5348d361cc985b4f867544047ad9b20 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Tue, 8 Feb 2011 19:52:38 +0100 Subject: [PATCH] autogen.sh: typo fix in previous commit Signed-off-by: Sami Kerola --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index c1c00f6..a8112e8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -51,7 +51,7 @@ ltver=$(libtoolize --version | awk '/^libtoolize/ { print $4 }') test ${ltver##2.} = "$ltver" && { echo "You must have libtool version >= 2.x.x, but you have $ltver." DIE=1 -±} +} if test "$DIE" -eq 1; then exit 1 -- 1.7.10.4