PATCH missing newline
Brought to you by:
ftobin
|
From: Billy D. <bi...@da...> - 2000-07-23 02:18:09
|
Looks good.. You want to apply this patch, though. :)
Index: pgpenvelope_decrypt
===================================================================
RCS file: /cvsroot/pgpenvelope/pgpenvelope/pgpenvelope_decrypt,v
retrieving revision 1.16
diff -u -u -r1.16 pgpenvelope_decrypt
--- pgpenvelope_decrypt 2000/07/23 01:32:07 1.16
+++ pgpenvelope_decrypt 2000/07/23 02:16:37
@@ -242,7 +242,7 @@
{
my ( $signal_name ) = @_;
print "$FindBin::Script: Signal $signal_name caught. Cleaning up.\n";
- print STDOUT "-----UNPROCESSED MESSAGE BELOW-----";
+ print STDOUT "-----UNPROCESSED MESSAGE BELOW-----\n";
print STDOUT <STDIN>;
$terminal->cleanup() if $terminal;
print "Exiting.\n";
--
"The Funk, the whole Funk, and nothing but the Funk."
Billy Donahue <mailto:bi...@da...>
|