]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- display own version on startup
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 14 Feb 2008 15:37:51 +0000 (15:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-find-lang -> 1.29

rpm-find-lang

index a500ee8feb03be40f6845ed9233495efd584d218..dd034d59914d349205dc1a80fffca4a9131a7df7 100644 (file)
 #   * start support for KDE help files
 
 PROG=${0##*/}
-REVISION='$Revision$'
+VERSION=$(set -- $Revision$; echo $2)
 
 usage () {
 cat <<EOF
-
 Usage: $PROG TOP_DIR PACKAGE_NAME [prefix]
 
 where TOP_DIR is
@@ -79,6 +78,8 @@ else
 fi
 shift
 
+echo "$PROG $VERSION: find-lang for $NAME"
+
 GNOME='#'
 KDE='#'
 OMF='#'
This page took 0.039048 seconds and 4 git commands to generate.