mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-14 15:40:51 +02:00
"enable name" when name is not a shell builtin attempts to load it from a shared object
This commit is contained in:
+4
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user