IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 17, 2009, 3:55:10 PM (17 years ago)
Author:
bills
Message:

if recoveryroot is NULL don't use it

File:
1 edited

Legend:

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

    r23688 r23909  
    106106}
    107107
     108# default value is "NULL" do not use
     109if (defined($recoveryroot) and ($recoveryroot = "NULL")) {
     110    $recoveryroot = undef;
     111}
     112
    108113if (($stage eq "raw") and $replace and ! $recoveryroot) {
    109114    &my_die("Can not replace raw files without defining recoveryroot.",
Note: See TracChangeset for help on using the changeset viewer.