packconfig.pl (7e90fac2) packconfig.pl (b9fd132d)
1:
2eval 'exec perl -wS $0 ${1+"$@"}'
3 if 0;
4#**************************************************************
5#
6# Licensed to the Apache Software Foundation (ASF) under one
7# or more contributor license agreements. See the NOTICE file
8# distributed with this work for additional information

--- 34 unchanged lines hidden (view full) ---

43my $extra_verbose; # be extra verbose
44my $do_rebuild = 0; # is rebuilding zipfile required?
45
46#### script id #####
47
48( my $script_name = $0 ) =~ s/^.*\b(\w+)\.pl$/$1/;
49
50my $script_rev;
1:
2eval 'exec perl -wS $0 ${1+"$@"}'
3 if 0;
4#**************************************************************
5#
6# Licensed to the Apache Software Foundation (ASF) under one
7# or more contributor license agreements. See the NOTICE file
8# distributed with this work for additional information

--- 34 unchanged lines hidden (view full) ---

43my $extra_verbose; # be extra verbose
44my $do_rebuild = 0; # is rebuilding zipfile required?
45
46#### script id #####
47
48( my $script_name = $0 ) =~ s/^.*\b(\w+)\.pl$/$1/;
49
50my $script_rev;
51my $id_str = ' $Revision: 1.3.24.2 $ ';
51my $id_str = ' $Revision$ ';
52$id_str =~ /Revision:\s+(\S+)\s+\$/
53 ? ($script_rev = $1) : ($script_rev = "-");
54
55#print "$script_name -- version: $script_rev\n";
56
57#### main #####
58
59parse_options();

--- 228 unchanged lines hidden ---
52$id_str =~ /Revision:\s+(\S+)\s+\$/
53 ? ($script_rev = $1) : ($script_rev = "-");
54
55#print "$script_name -- version: $script_rev\n";
56
57#### main #####
58
59parse_options();

--- 228 unchanged lines hidden ---