aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2020-01-01 04:35:29 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2020-01-01 04:35:29 +0000
commit90440fa6d289fa51273a3b2c4786fc453c28b298 (patch)
treebf92d10e53ee73eeca89715a2557bf0b5e8df5c3
parent0c5090e7d76fd7c85b92f0c4f918cf5420bd68f8 (diff)
downloadgnunet-90440fa6d289fa51273a3b2c4786fc453c28b298.tar.gz
gnunet-90440fa6d289fa51273a3b2c4786fc453c28b298.zip
alibi commit to pretend i'm still active on the project
-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;