mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-28 07:59:50 +02:00
commit bash-20140321 snapshot
This commit is contained in:
+1
-1
@@ -5356,7 +5356,7 @@ execute_intern_function (name, funcdef)
|
||||
{
|
||||
internal_error (_("`%s': is a special builtin"), name->word);
|
||||
last_command_exit_value = EX_BADUSAGE;
|
||||
jump_to_top_level (ERREXIT);
|
||||
jump_to_top_level (interactive_shell ? DISCARD : ERREXIT);
|
||||
}
|
||||
|
||||
var = find_function (name->word);
|
||||
|
||||
Reference in New Issue
Block a user