From 2745af103fde56c389d4f46711d52d2a2d7b016e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 2 Mar 2008 17:19:20 +0100 Subject: [PATCH] * build-aux/git-version-gen: Adjust a comment and the Usage string. Signed-off-by: Jim Meyering --- ChangeLog | 2 ++ build-aux/git-version-gen | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5bb4cd1d4..4876a38a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2008-03-02 Jim Meyering + * build-aux/git-version-gen: Adjust a comment and the Usage string. + bootstrap: sync from coreutils again * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks. diff --git a/build-aux/git-version-gen b/build-aux/git-version-gen index 1a0010705..5f819ba72 100755 --- a/build-aux/git-version-gen +++ b/build-aux/git-version-gen @@ -1,6 +1,6 @@ #!/bin/sh # Print a version string. -scriptversion=2008-02-08.11 +scriptversion=2008-03-02.16 # Copyright (C) 2007 Free Software Foundation # @@ -23,12 +23,12 @@ scriptversion=2008-02-08.11 # It may be run two ways: # - from a git repository in which the "git describe" command below # produces useful output (thus requiring at least one signed tag) -# - from a non-git-repo directory containing a .version file, which +# - from a non-git-repo directory containing a .tarball-version file, which # presumes this script is invoked like "./git-version-gen .tarball-version". case $# in 1) ;; - *) echo 1>&2 "Usage: $0 \$srcdir/.version"; exit 1;; + *) echo 1>&2 "Usage: $0 \$srcdir/.tarball-version"; exit 1;; esac tarball_version_file=$1 -- 2.11.0