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 00:52:05 UTC 2016
Modified Files:
src/bin/sh: redir.c
Log Message:
Test for REDIR_KEEP in the non-copy case:
$ cat other1
#!/bin/sh
./other2 3>out
$ cat other2
#!/bin/sh
echo other2 1>&3
$ ./other1
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/bin/sh/redir.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