History log of /csrg-svn/bin/sh/main.c (Results 1 – 14 of 14)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 69749 28-May-1995 christos

fixed FOO=1 . ./foo; echo $FOO where foo contained echo $FOO
I.e. variable assignments were not honored is the source command.

# 69549 19-May-1995 christos

$ ); echo $? echoed 0,all other shells echo 2.
Now we set the exitstatus to 2 for all EXERROR errors.
Also I changed the exitstatus to 1 when a command is not found
to comply with historical pract

$ ); echo $? echoed 0,all other shells echo 2.
Now we set the exitstatus to 2 for all EXERROR errors.
Also I changed the exitstatus to 1 when a command is not found
to comply with historical practice.

show more ...

# 69272 04-May-1995 christos

# 68931 27-Apr-1995 bostic

POSIX.2 (and common sense) dictates that the file specified by $ENV
should not be sourced when running a setuid or setgid shell script.
From: "J.T. Conklin" <jtc@sun-lamp.cs.berkeley.edu>
NOTE: Dave

POSIX.2 (and common sense) dictates that the file specified by $ENV
should not be sourced when running a setuid or setgid shell script.
From: "J.T. Conklin" <jtc@sun-lamp.cs.berkeley.edu>
NOTE: Dave Korn noted at a recent POSIX meeting that ENV should be ignored
for all scripts, so this is likely to go further in the near future.

show more ...

# 68926 27-Apr-1995 bostic

POSIX.2 requires that the shell's dot builtin do a path search
From: "J.T. Conklin" <jtc@sun-lamp.cs.berkeley.edu>

# 60698 31-May-1993 bostic

4.4BSD snapshot (revision 8.1); add 1993 to copyright

# 56563 15-Oct-1992 marc

minor cleanups

# 55283 16-Jul-1992 marc

always source ENV (posix, and correct anyway)

# 55278 15-Jul-1992 marc

reset numeof after any command

# 55277 15-Jul-1992 marc

check for stopped jobs before exiting

# 55240 15-Jul-1992 marc

always include var.h

# 54316 23-Jun-1992 marc

SHINIT and ENV. fix -I bug (only check at top level)

# 47295 13-Mar-1991 marc

wrong source

# 47125 07-Mar-1991 bostic

date and time created 91/03/07 20:27:38 by bostic