summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/execline/forstdin.c2
1 files changed, 1 insertions, 1 deletions
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 ;