aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rwxr-xr-xcontrib/scripts/gnunet-logread/gnunet-logread.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 65b87fc53..f8fd811f8 100644
--- a/README
+++ b/README
@@ -551,7 +551,7 @@ Further Reading
551 551
552* Documentation 552* Documentation
553 553
554 A HTML version of the GNUnet manual is deployed at 554 An HTML version of the GNUnet manual is deployed at
555 555
556 https://docs.gnunet.org 556 https://docs.gnunet.org
557 557
diff --git a/contrib/scripts/gnunet-logread/gnunet-logread.in b/contrib/scripts/gnunet-logread/gnunet-logread.in
index ce588b8e6..4cdeb7474 100755
--- a/contrib/scripts/gnunet-logread/gnunet-logread.in
+++ b/contrib/scripts/gnunet-logread/gnunet-logread.in
@@ -75,7 +75,7 @@ if (exists $opts{f}) {
75 &perform while <I>; 75 &perform while <I>;
76 close I; 76 close I;
77} else { 77} else {
78 &perform while <>; 78 &perform while <<>>;
79} 79}
80fileno O and close O; 80fileno O and close O;
81exit; 81exit;