Changeset 25239 for branches/pap_mops/ippScripts/scripts/publish_file.pl
- Timestamp:
- Sep 1, 2009, 5:54:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_mops/ippScripts/scripts/publish_file.pl
r25236 r25239 233 233 $data->{fake_id} = $comp->{fake_id} unless defined $data->{fake_id}; 234 234 $data->{warp_id} = $comp->{warp_id} unless defined $data->{warp_id}; 235 $data->{diff_id} = $comp->{diff_id} unless defined $data->{diff_id}; 235 236 $data->{direction} = $comp->{direction} unless defined $data->{direction}; 236 237 … … 244 245 &my_die("fake_id value for $name doesn't match", $pub_id, $PS_EXIT_SYS_ERROR) if defined $data->{fake_id} and $comp->{fake_id} != $data->{fake_id}; 245 246 &my_die("warp_id value for $name doesn't match", $pub_id, $PS_EXIT_SYS_ERROR) if defined $data->{warp_id} and $comp->{warp_id} != $data->{warp_id}; 247 &my_die("diff_id value for $name doesn't match", $pub_id, $PS_EXIT_SYS_ERROR) if defined $data->{diff_id} and $comp->{diff_id} != $data->{diff_id}; 246 248 &my_die("direction value for $name doesn't match", $pub_id, $PS_EXIT_SYS_ERROR) if defined $data->{direction} and $comp->{direction} != $data->{direction}; 247 249
Note:
See TracChangeset
for help on using the changeset viewer.
