IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39901


Ignore:
Timestamp:
Dec 20, 2016, 4:57:09 PM (10 years ago)
Author:
watersc1
Message:

Missing checks for programs.

File:
1 edited

Legend:

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

    r39900 r39901  
    2020my $missing_tools = 0;
    2121#my $regtool  = can_run('regtool') or (warn "Can't find regtool" and $missing_tools = 1);
     22my $chiptool = can_run('chiptool') or (warn "Can't find chiptool" and $missing_tools = 1);
    2223my $camtool = can_run('camtool') or (warn "Can't find camtool" and $missing_tools = 1);
    2324my $warptool = can_run('warptool') or (warn "Can't find warptool" and $missing_tools = 1);
    2425my $stacktool = can_run('stacktool') or (warn "Can't find stacktool" and $missing_tools = 1);
    2526my $staticskytool = can_run('staticskytool') or (warn "Can't find staticskytool" and $missing_tools = 1);
     27my $fftool = can_run('fftool') or (warn "Can't find fftool" and $missing_tools = 1);
    2628
    2729my ($server,$dbname,$stage,$stage_id,$do_cull,$save_log);
Note: See TracChangeset for help on using the changeset viewer.