diff docs/website/generate-gftp-website.pl @ 622:d2bf2d3b0173

2004-11-11 Brian Masney <masneyb@gftp.org> * docs/website/index.html.in - fixed several typos on the website. Updated introduction paragraph * docs/website/generate-gftp-website.pl - fixes for getting the version number from configure with newer versions of autoconf * docs/website/announce.txt - updated announcement file for 2.0.18rc1
author masneyb
date Thu, 11 Nov 2004 23:33:41 +0000
parents 83cfffb2878a
children 05c67a33b071
line wrap: on
line diff
--- a/docs/website/generate-gftp-website.pl	Wed Nov 10 04:17:54 2004 +0000
+++ b/docs/website/generate-gftp-website.pl	Thu Nov 11 23:33:41 2004 +0000
@@ -7,7 +7,7 @@
 
 my @date = localtime (time ());
 
-my $version = `cat ../../configure | grep ^VERSION= | awk -F= '{print \$2}'`;
+my $version = `cat ../../configure | grep '^ VERSION=' | awk -F= '{print \$2}'`;
 chop ($version);
 
 my %rep = ("STABLE_BZ2" => "gftp-" . $version . ".tar.bz2",