summaryrefslogtreecommitdiffstats
path: root/src/ft_s_init.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ft_s_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_s_init.c b/src/ft_s_init.c
index 46dac90..76bf72d 100644
--- a/src/ft_s_init.c
+++ b/src/ft_s_init.c
@@ -30,6 +30,7 @@ t_msh
return (NULL);
if (!(msh->shname = ft_strdup(argv[0])))
return (NULL);
+ /* TODO: shname: care about "./", try with symlinks */
msh->cwd = NULL;
msh->cwd = getcwd(NULL, 0);
/* TODO: handle getcwd failed */