- Timestamp:
- May 9, 2013, 11:25:56 AM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130419/pstamp/scripts
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pstamp_insert_request.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130419/pstamp/scripts
- Property svn:mergeinfo changed
/trunk/pstamp/scripts merged: 35432,35438-35440,35486-35487,35497-35498,35504
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130419/pstamp/scripts/pstamp_insert_request.pl
r29173 r35545 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.
