Ignore:
Timestamp:
Sep 3, 2020, 3:52:14 PM (5 years ago)
Author:
bird
Message:

kash: refactoring evalcommand - complicated, part II.

File:
1 edited

Legend:

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

    r3435 r3437  
    289289                args.len = len;
    290290                forkshell2(psh, (struct job *)NULL, (union node *)NULL, FORK_NOJOB,
    291                            openhere_child, redir, &args, sizeof(args));
     291                           openhere_child, redir, &args, sizeof(args), NULL);
    292292        }
    293293#else
Note: See TracChangeset for help on using the changeset viewer.