summaryrefslogtreecommitdiff
path: root/announce-gen
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-12-13 20:24:02 +0000
committerJim Meyering <jim@meyering.net>2002-12-13 20:24:02 +0000
commit7861a52f9836a4a40849b7dd9d825f27e09dd7c0 (patch)
tree5c3b1d4abb6dae777ec06e81c4394787e97dc008 /announce-gen
parent93758bb4d98f35cceed12b62a41fd5df4515a231 (diff)
downloadcoreutils-7861a52f9836a4a40849b7dd9d825f27e09dd7c0.tar.xz
remove Ascend::Init
Diffstat (limited to 'announce-gen')
-rwxr-xr-xannounce-gen3
1 files changed, 1 insertions, 2 deletions
diff --git a/announce-gen b/announce-gen
index 8bb28ed24..c06269900 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