Changeset 17803 for trunk/ippScripts/scripts/diff_skycell.pl
- Timestamp:
- May 23, 2008, 5:10:21 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/diff_skycell.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/diff_skycell.pl
r17797 r17803 213 213 my $command = "$difftool -adddiffskyfile -diff_id $diff_id -uri $outputName -path_base $outroot"; 214 214 $command .= $stats->cmdflags(); 215 $command .= " -hostname $host" if defined $host; 215 216 $command .= " -dbname $dbname" if defined $dbname; 216 217 … … 248 249 if (defined $diff_id and not $no_update) { 249 250 my $command = "$difftool -adddiffskyfile -diff_id $diff_id -code $exit_code"; 251 $command .= " -hostname $host" if defined $host; 250 252 $command .= " -dbname $dbname" if defined $dbname; 251 253 run(command => $command, verbose => $verbose);
Note:
See TracChangeset
for help on using the changeset viewer.
