Changeset 39901
- Timestamp:
- Dec 20, 2016, 4:57:09 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/permcheck.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/permcheck.pl
r39900 r39901 20 20 my $missing_tools = 0; 21 21 #my $regtool = can_run('regtool') or (warn "Can't find regtool" and $missing_tools = 1); 22 my $chiptool = can_run('chiptool') or (warn "Can't find chiptool" and $missing_tools = 1); 22 23 my $camtool = can_run('camtool') or (warn "Can't find camtool" and $missing_tools = 1); 23 24 my $warptool = can_run('warptool') or (warn "Can't find warptool" and $missing_tools = 1); 24 25 my $stacktool = can_run('stacktool') or (warn "Can't find stacktool" and $missing_tools = 1); 25 26 my $staticskytool = can_run('staticskytool') or (warn "Can't find staticskytool" and $missing_tools = 1); 27 my $fftool = can_run('fftool') or (warn "Can't find fftool" and $missing_tools = 1); 26 28 27 29 my ($server,$dbname,$stage,$stage_id,$do_cull,$save_log);
Note:
See TracChangeset
for help on using the changeset viewer.
