- Timestamp:
- Jun 12, 2026, 2:47:49 PM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pstamp-20260421/pstamp/scripts/request_finish.pl
r42981 r43052 10 10 11 11 use Sys::Hostname; 12 use IPC::Cmd 0.36 qw( can_run run);12 use IPC::Cmd 0.36 qw( can_run ); 13 13 use File::Temp qw( tempfile ); 14 14 use File::Copy; … … 19 19 use PS::IPP::Metadata::List qw( parse_md_list ); 20 20 21 use PS::IPP::Config qw( :standard );21 use PS::IPP::Config qw( :standard ps_run ); 22 22 use PS::IPP::PStamp::RequestFile qw( :standard ); 23 23 … … 91 91 $command .= " --save-temps" if $save_temps; 92 92 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 93 run(command => $command, verbose => $verbose);93 ps_run(command => $command, verbose => $verbose); 94 94 unless ($success) { 95 95 die("Unable to perform $command error code: $error_code"); … … 103 103 $command .= " -dbserver $dbserver" if $dbserver; 104 104 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 105 run(command => $command, verbose => $verbose);105 ps_run(command => $command, verbose => $verbose); 106 106 unless ($success) { 107 107 die("Unable to perform $command error code: $error_code");
Note:
See TracChangeset
for help on using the changeset viewer.
