summaryrefslogtreecommitdiffstats
path: root/src/m_minishell.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/m_minishell.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/m_minishell.c b/src/m_minishell.c
index 8a76598..6e656a6 100644
--- a/src/m_minishell.c
+++ b/src/m_minishell.c
@@ -33,8 +33,6 @@ int
char *str;
t_msh *msh;
- /* TODO: also set $SHELL | maybe not bash does not set $SHELL */
- /* only zsh does */
/* TODO: handle general variables | $var */
if (!(msh = init_msh(argv, envp)))
{