Changeset 42644
- Timestamp:
- Apr 1, 2024, 1:55:56 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/ippScripts/scripts/dist_bundle.pl
r42403 r42644 68 68 my %empty_cleaned = (); 69 69 70 # no longer needed: magic is no longer used 71 # my $streaksrelease = can_run('streaksrelease') or (warn "Can't find streaksrelease" and $missing_tools = 1); 72 70 73 # Look for programs we need 71 74 my $missing_tools; 72 my $streaksrelease = can_run('streaksrelease') or (warn "Can't find streaksrelease" and $missing_tools = 1);75 my $streaksrelease = '/bin/false'; 73 76 my $bgtool = can_run('bgtool') or (warn "Can't find bgtool" and $missing_tools = 1); 74 77 my $staticskytool = can_run('staticskytool') or (warn "Can't find staticskytool" and $missing_tools = 1);
Note:
See TracChangeset
for help on using the changeset viewer.
