Changes between Initial Version and Version 1 of Ticket #25
- Timestamp:
- Jul 10, 2007, 2:26:41 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25 – Description
initial v1 1 {{{ 2 #!irclog 1 3 12:30 < msemtd> tut, tut! you're redirecting STDERR to /dev/null (line 40) - what if gpg is raising an error about the integrity of the data on STDOUT? 2 4 12:31 < msemtd> you could use open3 (or similar) and interleave STDERR from your subprocess or pipe it to a file for checking 5 }}}