1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-02 08:42:48 +00:00
freebsd/bin/sh
Garance A Drosehn 0a315e79df Fix how /bin/sh handles 'for' and 'case' statements when it is called to do
errexit (-e) processing.  This solves a problem where 'make clean' would
fail with an unspecified error in certain automake-generated makefiles.

Reviewed by:	no objections from -hackers...
MFC after:	2 weeks
2001-06-01 00:07:09 +00:00
..
bltin -Wnon-const-format sweep: make format strings const char *'s, add 2001-04-17 07:46:38 +00:00
funcs
alias.c
alias.h
arith_lex.l
arith.h
arith.y
builtins.def
cd.c
cd.h
error.c -Wnon-const-format sweep: make format strings const char *'s, add 2001-04-17 07:46:38 +00:00
error.h -Wnon-const-format sweep: make format strings const char *'s, add 2001-04-17 07:46:38 +00:00
eval.c Fix how /bin/sh handles 'for' and 'case' statements when it is called to do 2001-06-01 00:07:09 +00:00
eval.h
exec.c
exec.h
expand.c
expand.h
histedit.c Use PATH_MAX in preference in MAXPATHLEN. 2001-05-30 03:37:28 +00:00
init.h
input.c
input.h
jobs.c
jobs.h
machdep.h
mail.c
mail.h
main.c
main.h
Makefile
memalloc.c
memalloc.h
miscbltin.c
mkbuiltins
mkinit.c
mknodes.c -Wnon-const-format sweep: make format strings const char *'s, add 2001-04-17 07:46:38 +00:00
mksyntax.c
mktokens
myhistedit.h
mystring.c
mystring.h
nodes.c.pat
nodetypes
options.c
options.h
output.c -Wnon-const-format sweep: make format strings const char *'s, add 2001-04-17 07:46:38 +00:00
output.h -Wnon-const-format sweep: make format strings const char *'s, add 2001-04-17 07:46:38 +00:00
parser.c `|'' should be more binding than `!'' so that this isn't broken: 2001-04-09 12:46:19 +00:00
parser.h
redir.c
redir.h
sh.1 Document "chdir" builtin. 2001-04-28 02:13:58 +00:00
shell.h
show.c
show.h -Wnon-const-format sweep: make format strings const char *'s, add 2001-04-17 07:46:38 +00:00
TOUR
trap.c
trap.h
var.c
var.h