- Timestamp:
- Aug 7, 2009, 12:45:24 PM (17 years ago)
- Location:
- branches/eam_branches/20090715
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/publish_file.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715
- Property svn:mergeinfo changed
/trunk (added) merged: 24801-24824,24827-24834,24836-24859,24861-24901,24903-24912,24914-24950,24953-24971,24973-24977,24986-24989,24993-25017
- Property svn:mergeinfo changed
-
branches/eam_branches/20090715/ippScripts/scripts/publish_file.pl
r24707 r25022 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.
