aboutsummaryrefslogtreecommitdiff
path: root/contrib/scripts
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 /contrib/scripts
parent0c5090e7d76fd7c85b92f0c4f918cf5420bd68f8 (diff)
downloadgnunet-90440fa6d289fa51273a3b2c4786fc453c28b298.tar.gz
gnunet-90440fa6d289fa51273a3b2c4786fc453c28b298.zip
alibi commit to pretend i'm still active on the project
Diffstat (limited to 'contrib/scripts')
-rwxr-xr-xcontrib/scripts/gnunet-logread/gnunet-logread.in2
1 files changed, 1 insertions, 1 deletions
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;