IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29663 for trunk/ippToPsps


Ignore:
Timestamp:
Nov 4, 2010, 8:59:13 AM (16 years ago)
Author:
rhenders
Message:

--rm was in the wrong place...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/perl/ippToPsps/Datastore.pm

    r29655 r29663  
    5454    my $command  = "$self->{_dsreg}";
    5555    $command .= " --add $name";
    56     $command .= " --rm";
    5756    $command .= " --copy";
    5857    $command .= " --datapath $path";
     
    8685    my $command  = "$self->{_dsreg}";
    8786    $command .= " --del $name";
     87    $command .= " --rm";
    8888    $command .= " --product $self->{_product}";
    8989
Note: See TracChangeset for help on using the changeset viewer.