IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24205


Ignore:
Timestamp:
May 15, 2009, 2:35:43 PM (17 years ago)
Author:
bills
Message:

resolve configuration file

File:
1 edited

Legend:

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

    r24128 r24205  
    202202        $do_stats = 1;
    203203    } else {
    204         $command .= " -ipprc $configuration";
     204        #$command .= " -ipprc $configuration";
     205        my $resolved = $ipprc->file_resolve($configuration);
     206        $command .= " -ipprc $resolved";
    205207    }
    206208    if ($do_stats) {
Note: See TracChangeset for help on using the changeset viewer.