[Libreoffice-commits] .: solenv/bin

Tor Lillqvist tml at kemper.freedesktop.org
Tue May 31 13:22:57 PDT 2011


 solenv/bin/mkout.pl |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit e50d4e11b22128b2c210d5629195fb196a5d0449
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Tue May 31 23:22:36 2011 +0300

    Drop pointless version printout

diff --git a/solenv/bin/mkout.pl b/solenv/bin/mkout.pl
index fdaabe2..43d43fa 100755
--- a/solenv/bin/mkout.pl
+++ b/solenv/bin/mkout.pl
@@ -40,12 +40,6 @@ use File::Path;
 
 ( $script_name = $0 ) =~ s/^.*\b(\w+)\.pl$/$1/; 
 
-$id_str = ' $Revision: 1.8 $ ';
-$id_str =~ /Revision:\s+(\S+)\s+\$/
-  ? ($script_rev = $1) : ($script_rev = "-");
-
-print "$script_name -- version: $script_rev\n";
-
 #### globals ####
 
 $is_debug   = 0;


More information about the Libreoffice-commits mailing list