Changeset 42730
- Timestamp:
- Nov 6, 2024, 5:00:36 PM (21 months ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/dist_bundle.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/dist_bundle.pl
r42721 r42730 27 27 28 28 # we can record the location an appropriate magic.mdc file for the file command 29 # my $file_magic = metadataLookupStr($ipprc->{_siteConfig}, "FILE.MAGIC");29 my $file_magic = "$ENV{PSCONFDIR}/$ENV{PSCONFIG}/etc/compress.mgc"; 30 30 ### TEST print "magic: $file_magic\n"; 31 31 ### TEST system ("file -m $file_magic o60523g0045o.2132764.wrp.2688740.skycell.1566.004.pswarp.mdc"); … … 684 684 my $mdc_compressed; 685 685 { 686 #my $command = "$file_cmd -m $file_magic $resolved";687 my $command = "$file_cmd $resolved";686 my $command = "$file_cmd -m $file_magic $resolved"; 687 # my $command = "$file_cmd $resolved"; 688 688 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 689 689 run(command => $command, verbose => $verbose);
Note:
See TracChangeset
for help on using the changeset viewer.
