From a88db4b88c1fe65963e3fe975c715ebe23560e3d Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Mon, 20 Aug 2001 16:38:05 +0000 Subject: [PATCH] dammit. --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 4ec650170..e7175e608 100755 --- a/bootstrap +++ b/bootstrap @@ -3,7 +3,7 @@ if [ -x `which autoconf` ]; then AC_VER=`autoconf --version | head -1 | sed 's/^[^0-9]*//i'` AC_VER_MAJOR=`echo $AC_VER | cut -f1 -d'.'` - AC_VER_MINOR=`echo $AC_VER | cut -f2 -d'.' | sed 's/[^0-9]*$//i` + AC_VER_MINOR=`echo $AC_VER | cut -f2 -d'.' | sed 's/[^0-9]*$//i'` if [ "$AC_VER_MAJOR" -lt "2" ]; then echo "Autoconf 2.13 or greater needed to build configure."