commit bash-20170303 snapshot

This commit is contained in:
Chet Ramey
2017-03-13 09:51:39 -04:00
parent cb0c28b93b
commit 10729c7b2a
26 changed files with 717 additions and 751 deletions
+1 -4
View File
@@ -4387,10 +4387,7 @@ run_builtin:
}
result = builtin_status (result);
if (builtin_is_special)
{
itrace("special builtin failed with flags = %d", simple_command->flags);
special_builtin_failed = 1;
}
special_builtin_failed = 1; /* XXX - take command builtin into account? */
}
/* In POSIX mode, if there are assignment statements preceding
a special builtin, they persist after the builtin