commit bash-20190109 snapshot

This commit is contained in:
Chet Ramey
2019-01-10 11:56:16 -05:00
parent 5cc55f2f73
commit 605528a7c0
12 changed files with 123 additions and 24 deletions
-2
View File
@@ -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