Changeset 39968
- Timestamp:
- Jan 31, 2017, 5:52:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20150312/ippScripts/scripts/permcheck.pl
- Property svn:mergeinfo changed
/trunk/ippScripts/scripts/permcheck.pl merged: 39967
r39966 r39968 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 = ''; - Property svn:mergeinfo changed
Note:
See TracChangeset
for help on using the changeset viewer.
