"enable name" when name is not a shell builtin attempts to load it from a shared object

This commit is contained in:
Chet Ramey
2021-08-02 12:07:40 -04:00
parent 6c84d09c19
commit 0edd0a9183
9 changed files with 9275 additions and 9197 deletions
+4 -1
View File
@@ -4740,7 +4740,10 @@ run_builtin:
executing_builtin = old_builtin;
executing_command_builtin = old_command_builtin;
builtin = 0;
/* XXX - redirections will have to be performed again */
/* The redirections have already been `undone', so this
will have to do them again. But piping is forever. */
pipe_in = pipe_out = -1;
goto execute_from_filesystem;
}
result = builtin_status (result);