From: Jim Meyering Date: Fri, 13 Dec 2002 20:24:02 +0000 (+0000) Subject: remove Ascend::Init X-Git-Tag: v4.5.4~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7861a52f9836a4a40849b7dd9d825f27e09dd7c0;p=thirdparty%2Fcoreutils.git remove Ascend::Init --- diff --git a/announce-gen b/announce-gen index 8bb28ed242..c06269900a 100755 --- a/announce-gen +++ b/announce-gen @@ -3,11 +3,10 @@ use strict; use Getopt::Long; -use Ascend::Init; use Digest::MD5; use Digest::SHA1; -(my $VERSION = '$Revision: 1.1 $ ') =~ tr/[0-9].//cd; +(my $VERSION = '$Revision: 1.2 $ ') =~ tr/[0-9].//cd; (my $ME = $0) =~ s|.*/||; END