summaryrefslogtreecommitdiffstats
path: root/src/s_com.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/s_com.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s_com.c b/src/s_com.c
index b85905e..a5c594a 100644
--- a/src/s_com.c
+++ b/src/s_com.c
@@ -116,7 +116,7 @@ t_com
ft_strlcpy(nword, word, ARG_MAX);
if (p_get_redir(nword, &com) != 0)
return (NULL);
- /* if (msh->alias != NULL) */
+ if (msh->alias != NULL)
p_subst_alias(nword, msh);
p_subst_vars(nword, msh);
if ((words = p_split_args(nword, com->redir)) == NULL)