Changeset 28059
- Timestamp:
- May 20, 2010, 6:28:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/haf_branches/ipp.20100512/ippScripts/scripts/addstar_run.pl
r28034 r28059 113 113 114 114 if (!defined($minidvodb_name)) { 115 #take the active one 115 #take the active one, if it's not defined on the command line 116 #reverts would have this already set, for example. 116 117 my $command = "addtool -listminidvodbrun "; 117 118 $command .= " -minidvodb_group $minidvodb_group" if defined $minidvodb_group; … … 129 130 my $comp = $$components[0]; 130 131 $minidvodb_name = $comp->{minidvodb_name}; 131 print "herexxxxxxxxxxxxxxxxxx";132 132 133 if (!defined($minidvodb_name)) { 133 134 &my_die("Unable to parse minidvodb_name", $add_id, $PS_EXIT_PROG_ERROR); … … 135 136 136 137 } 137 138 # tack on the minidvodb part to the db. 138 139 $dvodbReal = $dvodbReal . '/' . $minidvodb_name . '/'; 139 print $dvodbReal;140 140 141 } 141 142 unless ($no_op) {
Note:
See TracChangeset
for help on using the changeset viewer.
