summaryrefslogtreecommitdiffstats
path: root/src/minishell.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/minishell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/minishell.c b/src/minishell.c
index 1df809b..36ba25a 100644
--- a/src/minishell.c
+++ b/src/minishell.c
@@ -30,6 +30,7 @@ int
int32_t ret;
/* TODO: increment $SHLVL */
+ /* TODO: handle general variables | $var */
if (!(msh = ft_init_msh(envp)))
{
ft_dprintf(2, "%s\n", strerror(errno));