IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 28, 2008, 11:39:37 AM (18 years ago)
Author:
eugene
Message:

protect cmdflags with whitespace; drop deprecated ref to PS::IPP::Metadata::Stats

File:
1 edited

Legend:

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

    r19663 r19780  
    2525
    2626use PS::IPP::Metadata::Config;                   # tools to parse the psMetadataConfig files
    27 
    28 # XXX drop: moved to ppStatsFromMetadata
    29 # use PS::IPP::Metadata::Stats;
    3027
    3128use PS::IPP::Metadata::List qw( parse_md_list ); # tools to parse a metadata into a hash list
     
    135132    unless ($success) {
    136133        $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
    137         warn("Unable to perform ppSTatsFromMetadata: $error_code\n");
     134        warn("Unable to perform ppStatsFromMetadata: $error_code\n");
    138135        exit($error_code);
    139136    }
     
    509506$command .= ' -reject' if $reject;
    510507$command .= " -dbname $dbname" if defined $dbname;
    511 $command .= $cmdflags;
     508$command .= " $cmdflags";
    512509
    513510unless ($no_update) {
Note: See TracChangeset for help on using the changeset viewer.