mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-03 02:10:50 +02:00
commit bash-20170303 snapshot
This commit is contained in:
+1
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user