IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2008, 1:56:57 PM (18 years ago)
Author:
bills
Message:

Name of the parser script changed at some point.
Set request file type to psrequest when calling dsreg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/ppstamp_run.pl

    r16591 r16899  
    4343my $missing_tools;
    4444
    45 my $pstamptool  = can_run('pstamptool')  or (warn "Can't find pstamptool"  and $missing_tools = 1);
    46 my $ppstamp = can_run('ppstamp') or (warn "Can't find ppstamp" and $missing_tools = 1);
     45my $pstamptool = can_run('pstamptool')  or (warn "Can't find pstamptool"  and $missing_tools = 1);
     46my $ppstamp    = can_run('ppstamp') or (warn "Can't find ppstamp" and $missing_tools = 1);
    4747
    4848if ($missing_tools) {
Note: See TracChangeset for help on using the changeset viewer.