commit bash-20140321 snapshot

This commit is contained in:
Chet Ramey
2014-04-07 10:46:02 -04:00
parent 47760781cc
commit e2f12fdf57
22 changed files with 2991 additions and 44 deletions
+1 -1
View File
@@ -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);