IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 18, 2013, 1:52:52 PM (13 years ago)
Author:
bills
Message:

If outdir eq '.' substitute $ENV{PWD}

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/runchipimfile.pl

    r33965 r35677  
    7777
    7878if ($outdir) {
     79    $outdir = $ENV{PWD} if $outdir eq '.';
    7980    my $base = basename($path_base);
    8081    $path_base = "$outdir/$base";
Note: See TracChangeset for help on using the changeset viewer.