Changeset 39967
- Timestamp:
- Jan 31, 2017, 5:51:24 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/permcheck.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/permcheck.pl
r39965 r39967 370 370 # neb-stat level handling 371 371 my $stat = $neb->stat($key); 372 die "nebulous key: $key not found" unless $stat; 372 unless ($stat) { 373 if (($stage eq 'camera')&&($key =~ /psf/)) { 374 warn "nebulous key: $key not found"; 375 } 376 else { 377 die "nebulous key: $key not found"; 378 } 379 } 373 380 my $instances; 374 381 my $md5sum = '';
Note:
See TracChangeset
for help on using the changeset viewer.
