Changeset 24957
- Timestamp:
- Jul 31, 2009, 2:54:41 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/publish_file.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/publish_file.pl
r24707 r24957 134 134 my $file = $ipprc->file_resolve( $files{$comp} ) or 135 135 &my_die("Unable to resolve file $files{$comp}", $pub_id, $PS_EXIT_SYS_ERROR); 136 my_die("Unable to find file $file", $pub_id, $PS_EXIT_ PROG_ERROR) unless $ipprc->file_exists( $file );136 my_die("Unable to find file $file", $pub_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists( $file ); 137 137 138 138 my $zp = $zp{$comp};
Note:
See TracChangeset
for help on using the changeset viewer.
