summaryrefslogtreecommitdiff
path: root/build-aux/announce-gen
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-02-08 11:35:02 +0100
committerJim Meyering <meyering@redhat.com>2008-02-08 11:35:02 +0100
commit5145cf1480e738a26de3b44c5679234d26cd6a14 (patch)
tree2aab57d18ae4a01a4aec2bfb5d9c7c1535eece67 /build-aux/announce-gen
parent77b76ce0d1c6af26563467f7dd38bf89a0d57e90 (diff)
downloadgnulib-5145cf1480e738a26de3b44c5679234d26cd6a14.tar.gz
Use "git COMMAND", not "git-COMMAND".
* build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/. * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
Diffstat (limited to 'build-aux/announce-gen')
-rwxr-xr-xbuild-aux/announce-gen4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/announce-gen b/build-aux/announce-gen
index 9248876d55..c642ef8e1f 100755
--- a/build-aux/announce-gen
+++ b/build-aux/announce-gen
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
# Generate a release announcement message.
-my $VERSION = '2008-01-12 08:52'; # UTC
+my $VERSION = '2008-02-08 10:34'; # UTC
# The definition above must lie within the first 8 lines in order
# for the Emacs time-stamp write hook (at end) to update it.
# If you change this file with Emacs, please let the write hook
@@ -413,7 +413,7 @@ sub get_tool_versions ($$)
grep (/^gnulib$/, @tool_list) ^ defined $gnulib_version
and (warn "$ME: when specifying gnulib as a tool, you must also specify\n"
- . "--gnulib-version=V, where V is the result of running git-describe\n"
+ . "--gnulib-version=V, where V is the result of running git describe\n"
. "in the gnulib source directory.\n"), $fail = 1;
exists $valid_release_types{$release_type}