Changeset 14390
- Timestamp:
- Jul 25, 2007, 5:18:47 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/warp_skycell.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/warp_skycell.pl
r14383 r14390 196 196 my $command = "$warptool -addwarped -warp_id $warp_id -skycell_id $skycell_id -tess_id $tess_id -code $exit_code"; 197 197 $command .= " -dbname $dbname" if defined $dbname; 198 system ($command);198 run(command => $command, verbose => 1); 199 199 } 200 200 exit $exit_code;
Note:
See TracChangeset
for help on using the changeset viewer.
