summaryrefslogtreecommitdiffstats
path: root/src/ft_e_lcom.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ft_e_lcom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_e_lcom.c b/src/ft_e_lcom.c
index 61b9cd7..c499e05 100644
--- a/src/ft_e_lcom.c
+++ b/src/ft_e_lcom.c
@@ -53,6 +53,7 @@ uint8_t
if ((bu_id = ft_get_builtin_id(ptr->com, msh))
< FT_BUILTINS_COUNT)
{
+ /* TODO: handle exit | bu_id = 6 */
if ((pid = fork()) == 0)
{
if (ptr->redir == 1)