commit: b867411c83fa70444e3042f2ddb5430cc98c4ded
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 15 01:47:06 2020 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jul 15 01:47:06 2020 +0000
URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=b867411c
Drop useless old cvs version information
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
locale-gen | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/locale-gen b/locale-gen
index 8afb5d1..b330851 100755
--- a/locale-gen
+++ b/locale-gen
@@ -52,15 +52,12 @@ show_usage() {
eerror "Unknown option '$1'"
exit 1
}
+
show_version() {
- local b="(" a=")"
- local cvsver="$Revision: 1.42 $b $Date: 2017/08/12 16:30:06 $a"
- echo "locale-gen-${cvsver//: }"
+ echo "locale-gen-2.xxx"
exit 0
}
-
-
LOCALEDEF_OPTS=""
KEEP=""
DESTDIR=""