Changeset 16161
- Timestamp:
- Jan 18, 2008, 5:29:56 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psconfig/psdist (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig/psdist
r13916 r16161 116 116 for ($i = 0; $i < @cvsname; $i++) { 117 117 if (($module ne "") && ($module ne $cvsname[$i])) { next; } 118 ($do_tag, $do_build, $do_dist, $do_update) = $mode[$i] =~ m|(\S)(\S)(\S)(\S)|; 118 ## XXX make this backwards compatible with pre-ipp-2.4 releases (with four, not five, entries)? 119 ($do_tag, $do_build, $do_dist, $do_update, $dev_build) = $mode[$i] =~ m|(\S)(\S)(\S)(\S)(\S)|; 119 120 if ($do_tag eq "N") { 120 121 push @remind, $cvsname[$i];
Note:
See TracChangeset
for help on using the changeset viewer.
