diff options
Diffstat (limited to 'src/s_com.c')
-rw-r--r-- | src/s_com.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s_com.c b/src/s_com.c index 75a5040..99b3158 100644 --- a/src/s_com.c +++ b/src/s_com.c @@ -116,6 +116,7 @@ t_com return (NULL); if ((words = p_split_args(word, com->redir)) == NULL) return (NULL); + /* TODO: subst vars is before getting words fuck my life */ if ((words = p_subst_vars(words, msh)) == NULL) return (NULL); if ((words = p_subst_home(words, msh)) == NULL) |