Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/bin/sh



Module Name:    src
Committed By:   christos
Date:           Sun Mar 13 15:57:30 UTC 2016

Modified Files:
        src/bin/sh: eval.c

Log Message:
We want this to work too:
        $ cat sep1
        #!/bin/sh
        { ./sep2; } 3>out

        $ cat sep2
        #!/bin/sh
        echo sep2 >&3

        $ ./sep1


To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 src/bin/sh/eval.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index