commit bash-20120914 snapshot

This commit is contained in:
Chet Ramey
2012-10-10 09:36:15 -04:00
parent c84e520283
commit f14388d3aa
23 changed files with 19680 additions and 3830 deletions
+2
View File
@@ -252,7 +252,9 @@ static const struct {
{ "noprofile", Int, &no_profile, (char **)0x0 },
{ "norc", Int, &no_rc, (char **)0x0 },
{ "posix", Int, &posixly_correct, (char **)0x0 },
#if defined (WORDEXP_OPTION)
{ "protected", Int, &protected_mode, (char **)0x0 },
#endif
{ "rcfile", Charp, (int *)0x0, &bashrc_file },
#if defined (RESTRICTED_SHELL)
{ "restricted", Int, &restricted, (char **)0x0 },