IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 11, 2010, 2:12:47 PM (16 years ago)
Author:
bills
Message:

if it isn't tested it doesn't work

File:
1 edited

Legend:

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

    r27718 r27918  
    399399            $command .= " -hostname $host" if defined $host;
    400400            $command .= " -path_base $outroot" if defined $outroot;
    401             $command .= " -dbname $dbname" if defined $dbname;
    402401        } else {
    403402            $command .= " -updatediffskyfile";
    404403        }
     404        $command .= " -dbname $dbname" if defined $dbname;
    405405        run(command => $command, verbose => $verbose);
    406406    }
Note: See TracChangeset for help on using the changeset viewer.