projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93758bb
)
remove Ascend::Init
author
Jim Meyering
<jim@meyering.net>
Fri, 13 Dec 2002 20:24:02 +0000
(20:24 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 13 Dec 2002 20:24:02 +0000
(20:24 +0000)
announce-gen
patch
|
blob
|
history
diff --git
a/announce-gen
b/announce-gen
index 8bb28ed242bf7dac926f103743d411f138b41dfe..c06269900ad3faf350ad4669e5ee3656f39652ec 100755
(executable)
--- 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