]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm-find-lang
- display own version on startup
[packages/rpm.git] / 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.138378 seconds and 4 git commands to generate.