Changeset 28878 for trunk/pstamp/scripts/pstampparse.pl
- Timestamp:
- Aug 10, 2010, 12:29:30 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstampparse.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstampparse.pl
r28741 r28878 386 386 $need_magic = $proj_hash->{need_magic}; 387 387 388 # Temporary hack so that MOPScan get at non-magicked data388 # Temporary hack so that IFA can get at non-magicked data 389 389 my $allow_mops_unmagicked = 1; 390 390 if ($allow_mops_unmagicked) { 391 391 if ($product and (($product eq "mops-pstamp-results") or 392 ($product eq "mops-pstamp-results2"))) { 392 ($product eq "mops-pstamp-results2") or 393 ($product eq "ifa-pstamp-results"))) { 393 394 $need_magic = 0; 394 395 }
Note:
See TracChangeset
for help on using the changeset viewer.
