Changeset 42721 for trunk/ippScripts/scripts/dist_bundle.pl
- Timestamp:
- Sep 14, 2024, 1:54:01 PM (22 months ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/dist_bundle.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/dist_bundle.pl
r42403 r42721 25 25 26 26 my $ipprc = PS::IPP::Config->new(); # IPP configuration 27 28 # we can record the location an appropriate magic.mdc file for the file command 29 # my $file_magic = metadataLookupStr($ipprc->{_siteConfig}, "FILE.MAGIC"); 30 ### TEST print "magic: $file_magic\n"; 31 ### TEST system ("file -m $file_magic o60523g0045o.2132764.wrp.2688740.skycell.1566.004.pswarp.mdc"); 27 32 28 33 use Getopt::Long qw( GetOptions :config auto_help auto_version gnu_getopt ); … … 679 684 my $mdc_compressed; 680 685 { 686 # my $command = "$file_cmd -m $file_magic $resolved"; 681 687 my $command = "$file_cmd $resolved"; 682 688 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note:
See TracChangeset
for help on using the changeset viewer.
