[csw-devel] SF.net SVN: opencsw:[532] gar-wrapper/mgar

skayser at users.sourceforge.net skayser at users.sourceforge.net
Mon Sep 19 20:59:01 CEST 2011


Revision: 532
          http://opencsw.svn.sourceforge.net/opencsw/?rev=532&view=rev
Author:   skayser
Date:     2011-09-19 18:59:01 +0000 (Mon, 19 Sep 2011)
Log Message:
-----------
mgar: add -V alias for fversion

Modified Paths:
--------------
    gar-wrapper/mgar

Modified: gar-wrapper/mgar
===================================================================
--- gar-wrapper/mgar	2011-09-10 14:15:25 UTC (rev 531)
+++ gar-wrapper/mgar	2011-09-19 18:59:01 UTC (rev 532)
@@ -519,7 +519,7 @@
   scm <command>       Pass a command to the underlying SCM (currently: svn)
   show-buildsys       Display the location and version of the build system
   show-pkgtree        Show the location of the package build tree
-  version             Display mgar version information
+  version|-V          Display mgar version information
 
 EOM
 }
@@ -580,7 +580,7 @@
                      "$BUILDTREE"
                    svn up "$BUILDTREE/.buildsys"
                    ;;
-          version) printf "%s (r%s)\n" \
+       version|-V) printf "%s (r%s)\n" \
                      $VERSION `grep '^# $Id:' $0 | cut -d" " -f4`;;
 # /global-cmds
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list