From 6d217dbeac86c8e5a15fed4c7d3a58d81420d9b0 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 24 Nov 2020 11:34:38 +0000 Subject: Trivial bugfix --- src/execline/forstdin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/execline/forstdin.c b/src/execline/forstdin.c index 1a329f2..b907ef2 100644 --- a/src/execline/forstdin.c +++ b/src/execline/forstdin.c @@ -48,7 +48,7 @@ static void parallel_sigchld_handler (int sig) int main (int argc, char const **argv, char const *const *envp) { char const *delim = "\n" ; - size_t delimlen = 4 ; + size_t delimlen = 1 ; size_t nbc = 0 ; unsigned short okcodes[256] ; int crunch = 0, chomp = 0, not = 1, eofcode = 1 ; -- cgit v1.2.3