IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 11, 2009, 6:59:51 AM (17 years ago)
Author:
bills
Message:

fix incorrect conditional that was squashing recoveryroot

File:
1 edited

Legend:

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

    r24197 r24378  
    108108
    109109# default value is "NULL" do not use
    110 if (defined($recoveryroot) and ($recoveryroot = "NULL")) {
     110if (defined($recoveryroot) and ($recoveryroot eq "NULL")) {
    111111    $recoveryroot = undef;
    112112}
Note: See TracChangeset for help on using the changeset viewer.