Subject: CVS commit: src/bin/sh
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 07/15/2005 17:46:54
Module Name: src
Committed By: christos
Date: Fri Jul 15 17:46:54 UTC 2005
Modified Files:
src/bin/sh: options.c
Log Message:
If we have a script and we are interactive, set interactive to 2. This
allows us to run scripts with -i without printing the prompt like the
other shells do.
To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 src/bin/sh/options.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.