Skip to content

Commit

Permalink
command builtins
Browse files Browse the repository at this point in the history
  • Loading branch information
user42 committed Sep 20, 2020
1 parent 6cc464f commit 4189304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srcs/command/command_builtins.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ int run_internal_builtins(t_command *pipeline)

if ((builtin = get_internal_builtin_ptr(pipeline->args[0])) != NULL)
if (!pipeline->pipe)
exec_internal_builtin(builtin, pipeline->args);
exec_internal_builtin(builtin, pipeline->args);
return (0);
}

0 comments on commit 4189304

Please sign in to comment.