diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-01-06 14:45:46 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-06 14:45:46 +0000 |
commit | f2bc6b5dfbff1c7a35a9e051314675892e4c8bd1 (patch) | |
tree | 021a0e71d94a0e14498b5140da75576aa5ad0559 /solenv/bin/zipdep.pl | |
parent | 7be59837a9fd7df806ffd5bedc71b764d2a6c387 (diff) |
silence this script during the build
Diffstat (limited to 'solenv/bin/zipdep.pl')
-rwxr-xr-x | solenv/bin/zipdep.pl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/solenv/bin/zipdep.pl b/solenv/bin/zipdep.pl index f19f79f00e52..b92ee1d6221e 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 # |