[Libreoffice-commits] .: solenv/bin

Caolán McNamara caolan at kemper.freedesktop.org
Thu Jan 6 06:45:57 PST 2011


 solenv/bin/zipdep.pl |   11 -----------
 1 file changed, 11 deletions(-)

New commits:
commit d29f91ce6fb8b5f5325d3712d6abd3ec0d37993c
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Jan 6 14:45:46 2011 +0000

    silence this script during the build

diff --git a/solenv/bin/zipdep.pl b/solenv/bin/zipdep.pl
index 830dd6c..4280331 100755
--- a/solenv/bin/zipdep.pl
+++ b/solenv/bin/zipdep.pl
@@ -33,17 +33,6 @@ eval 'exec perl -wS $0 ${1+"$@"}'
 #
 use Cwd;
 
-#### script id #####
-
-( $script_name = $0 ) =~ s/^.*\b(\w+)\.pl$/$1/; 
-
-$id_str = ' $Revision: 1.12 $ ';
-$id_str =~ /Revision:\s+(\S+)\s+\$/
-  ? ($script_rev = $1) : ($script_rev = "-");
-
-print STDERR "$script_name -- version: $script_rev\n";
-print STDERR "Multi Platform Enabled Edition\n";
-
 #########################
 #                       #
 #   Globale Variablen   #


More information about the Libreoffice-commits mailing list