IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32385


Ignore:
Timestamp:
Sep 9, 2011, 1:23:27 PM (15 years ago)
Author:
bills
Message:

if file name is STDOUT or STDERR do not try and bundle the file. This happens
due to the log file change in chip_imfile.pl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/dist_bundle.pl

    r31572 r32385  
    636636        $file{file_rule} = $key;
    637637        $file{name} = $val;
     638        if ($val eq "STDERR" or $val eq "STDOUT") {
     639            print STDERR "Skipping $key because filename is $val\n";
     640            next;
     641        }
    638642        push @file_list, \%file;
    639643    }
Note: See TracChangeset for help on using the changeset viewer.