NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/43255 CVS commit: src/bin/sh
The following reply was made to PR bin/43255; it has been noted by GNATS.
From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/43255 CVS commit: src/bin/sh
Date: Mon, 22 Feb 2016 15:03:48 -0500
Module Name: src
Committed By: christos
Date: Mon Feb 22 20:03:48 UTC 2016
Modified Files:
src/bin/sh: eval.c
Log Message:
PR/43255: Make -n apply to the -c string so sh -n -c 'commands' works
as it should. Also, other places where the shell parses strings of
commands are also now controlled by -n (traps, eval, ...) (from kre)
To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 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