Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Feb 2011 15:02:19 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/sh parser.c src/tools/regression/bin/sh/execution redir5.0
Message-ID:  <201102051504.p15F4Y9T008602@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2011-02-05 15:02:19 UTC

  FreeBSD src repository

  Modified files:
    bin/sh               parser.c 
  Added files:
    tools/regression/bin/sh/execution redir5.0 
  Log:
  SVN rev 218325 on 2011-02-05 15:02:19Z by jilles
  
  sh: Fix two things about {(...)} <redir:
  
  * In {(...) <redir1;} <redir2, do not drop redir1.
  * Maintain the difference between (...) <redir and {(...)} <redir:
    In (...) <redir, the redirection is performed in the child, while in
    {(...)} <redir it should be performed in the parent (like {(...); :;}
    <redir)
  
  Revision  Changes    Path
  1.105     +4 -1      src/bin/sh/parser.c
  1.1       +3 -0      src/tools/regression/bin/sh/execution/redir5.0 (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102051504.p15F4Y9T008602>