Changeset 28003 for branches/pap/ippScripts/scripts/diff_skycell.pl
- Timestamp:
- May 18, 2010, 12:49:05 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/diff_skycell.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ippScripts/scripts/diff_skycell.pl
r27596 r28003 7 7 use Sys::Hostname; 8 8 my $host = hostname(); 9 my $date = `date`; 9 10 print "\n\n"; 10 print "Starting script $0 on $host \n\n";11 print "Starting script $0 on $host at $date\n\n"; 11 12 12 13 use DateTime; … … 398 399 $command .= " -hostname $host" if defined $host; 399 400 $command .= " -path_base $outroot" if defined $outroot; 400 $command .= " -dbname $dbname" if defined $dbname;401 401 } else { 402 402 $command .= " -updatediffskyfile"; 403 403 } 404 $command .= " -dbname $dbname" if defined $dbname; 404 405 run(command => $command, verbose => $verbose); 405 406 }
Note:
See TracChangeset
for help on using the changeset viewer.
