mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-04 19:00:50 +02:00
commit bash-20190109 snapshot
This commit is contained in:
@@ -4504,8 +4504,6 @@ run_builtin:
|
||||
if (builtin_is_special)
|
||||
special_builtin_failed = 1; /* XXX - take command builtin into account? */
|
||||
}
|
||||
else
|
||||
special_builtin_failed = builtin_is_special && result != EXECUTION_SUCCESS;
|
||||
|
||||
/* In POSIX mode, if there are assignment statements preceding
|
||||
a special builtin, they persist after the builtin
|
||||
|
||||
Reference in New Issue
Block a user