IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28591


Ignore:
Timestamp:
Jul 2, 2010, 10:11:29 AM (16 years ago)
Author:
Paul Price
Message:

Fix syntax error.

File:
1 edited

Legend:

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

    r28576 r28591  
    8282my $mdcParser = PS::IPP::Metadata::Config->new;
    8383
     84my $mops = ($product =~ /^IPP-MOPS/ ? 1 : 0); # Format for MOPS?
    8485my ($dsFile, $dsFileName) = tempfile("/tmp/publish.$pub_id.ds.XXXX", UNLINK => !$save_temps );
    8586my $dsType = $mops ? "IPP-MOPS" : $product; # Type for DataStore
     
    156157        &my_die("Unable to parse metadata config", $pub_id, $PS_EXIT_PROG_ERROR);
    157158
    158     my $mops = ($product =~ /^IPP-MOPS/ ? 1 : 0); # Format for MOPS?
    159159    my ($mopsPositiveFile, $mopsPositiveFileName) = tempfile("/tmp/publish.$pub_id.mops.pos.XXXX", UNLINK => !$save_temps ) if $mops;
    160160    my ($mopsNegativeFile, $mopsNegativeFileName) = tempfile("/tmp/publish.$pub_id.mops.neg.XXXX", UNLINK => !$save_temps ) if $mops;
Note: See TracChangeset for help on using the changeset viewer.