commit bash-20191127 snapshot

This commit is contained in:
Chet Ramey
2019-12-02 17:23:48 -05:00
parent fc35c477cd
commit 091c6bc481
34 changed files with 5916 additions and 5603 deletions
+9
View File
@@ -97,6 +97,8 @@ static struct {
0
};
static char *saved_posix_vars;
void
posix_initialize (on)
int on;
@@ -138,6 +140,13 @@ get_posix_options (bitmap)
return bitmap;
}
#undef save_posix_options
void
save_posix_options ()
{
saved_posix_vars = get_posix_options (saved_posix_vars);
}
void
set_posix_options (bitmap)
const char *bitmap;