IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 6, 2011, 11:00:22 AM (15 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110710/ippScripts/scripts/magic_destreak_revert.pl

    r30844 r32337  
    419419            my $o_basename = basename($o_path);
    420420            my $b_basename = basename($b_path);
    421             if (($o_basename =~ /SR_/) and !($b_basename =~ /SR_/)) {
     421            if (!($o_basename =~ /SR_/) and ($b_basename =~ /SR_/)) {
    422422                print " basenames are as expected it is safe to revert\n";
    423423            } else {
Note: See TracChangeset for help on using the changeset viewer.