Module Name: src Committed By: christos Date: Mon Feb 29 23:51:36 UTC 2016
Modified Files: src/bin/sh: eval.c main.c Log Message: Complete implementation of the noexec option (-n) including disabling noexec, if the shell is interactive, each time that a new command is about to be read. Also correct the -I (ignoreeof) option so that it only applies to interactive shells, as required by posix. (from kre) To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 src/bin/sh/eval.c cvs rdiff -u -r1.60 -r1.61 src/bin/sh/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.