Changeset 35487 for trunk/pstamp/scripts/pstamp_insert_request.pl
- Timestamp:
- May 2, 2013, 11:51:49 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_insert_request.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_insert_request.pl
r29173 r35487 128 128 run(command => $command, verbose => $verbose); 129 129 unless ($success) { 130 my $status = $error_code >> 8; 130 131 print STDERR @$stderr_buf; 131 die("Unable to perform pstamptool -getwebrequestnum: $error_code");132 die("Unable to perform $command: $error_code : $status"); 132 133 } 133 134 my $webreq_num = ${$stdout_buf}[0];
Note:
See TracChangeset
for help on using the changeset viewer.
