commit bash-20190104 snapshot

This commit is contained in:
Chet Ramey
2019-01-08 11:03:27 -05:00
parent 89b3a79dd4
commit 5cc55f2f73
32 changed files with 857 additions and 759 deletions
+3
View File
@@ -4504,6 +4504,9 @@ 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
completes. */