aboutsummaryrefslogtreecommitdiff
path: root/contrib/scripts/gnunet-logread/gnunet-logread.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/scripts/gnunet-logread/gnunet-logread.in')
-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;