mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-08 19:22:39 +02:00
commit bash-20190927 snapshot
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user