Ignore:
Timestamp:
Sep 9, 2020, 10:01:39 PM (5 years ago)
Author:
bird
Message:

kash: Hammering on threaded mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/redir.c

    r3437 r3438  
    288288                args.pip[1] = pip[1];
    289289                args.len = len;
    290                 forkshell2(psh, (struct job *)NULL, (union node *)NULL, FORK_NOJOB,
     290                forkshell2(psh, (struct job *)NULL, (union node *)NULL,
     291                           FORK_NOJOB | FORK_JUST_IO,
    291292                           openhere_child, redir, &args, sizeof(args), NULL);
    292293        }
Note: See TracChangeset for help on using the changeset viewer.