Changeset 30793
- Timestamp:
- Mar 4, 2011, 12:26:11 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstampparse.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstampparse.pl
r30746 r30793 31 31 my $no_update; 32 32 my $dest_requires_magic; 33 34 # set this to true to disable update processing 35 my $no_updates_allowed = 0; 33 36 34 37 GetOptions( … … 505 508 my $components = $row->{components}; 506 509 510 $option_mask |= $PSTAMP_NO_WAIT_FOR_UPDATE if $no_updates_allowed; 511 507 512 my $roi_string; 508 513 … … 677 682 my $rownum = $row->{ROWNUM}; 678 683 my $option_mask = $row->{OPTION_MASK}; 684 685 $option_mask |= $PSTAMP_NO_WAIT_FOR_UPDATE if $no_updates_allowed; 679 686 680 687 # For dist_bundle we need
Note:
See TracChangeset
for help on using the changeset viewer.
