Changeset 27718 for trunk/ippScripts/scripts/dist_advancerun.pl
- Timestamp:
- Apr 21, 2010, 11:35:15 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/dist_advancerun.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/dist_advancerun.pl
r27016 r27718 8 8 use Sys::Hostname; 9 9 my $host = hostname(); 10 my $date = `date`; 10 11 print "\n\n"; 11 print "Starting script $0 on $host \n\n";12 print "Starting script $0 on $host at $date\n\n"; 12 13 13 14 use vars qw( $VERSION ); … … 174 175 } 175 176 &my_die("unable to find path", $dist_id, $PS_EXIT_UNKNOWN_ERROR) if !$path; 176 my $component_dir = find_componentdir($destdir, $path); 177 my $component_dir = find_componentdir($destdir, $path); 177 178 # print MANIFEST "$component METADATA\n"; 178 179 print MANIFEST "\t" , "$component", "\tSTR\t", $component_dir, "\n"; 179 180 } 180 181 print MANIFEST "END\n\n"; 181 close MANIFEST or 182 close MANIFEST or 182 183 &my_die("Unable to close dirinfo file $dirinfo", $dist_id, $PS_EXIT_UNKNOWN_ERROR); 183 184 }
Note:
See TracChangeset
for help on using the changeset viewer.
