commit bash-20190927 snapshot

This commit is contained in:
Chet Ramey
2019-09-30 13:51:13 -04:00
parent 31d704c98d
commit 41e92b981d
14 changed files with 150 additions and 75 deletions
-2
View File
@@ -93,7 +93,6 @@ static struct {
&source_uses_path,
&expand_aliases,
&inherit_errexit,
&posix_glob_backslash,
&print_shift_error,
0
};
@@ -109,7 +108,6 @@ posix_initialize (on)
inherit_errexit = 1;
source_searches_cwd = 0;
print_shift_error = 1;
posix_glob_backslash = 1;
}
/* Things that should be turned on when posix mode is disabled. */