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 2abbe9e..1bde96c 100644
--- a/src/s_com.c
+++ b/src/s_com.c
@@ -40,7 +40,7 @@ static int8_t
{
/* TODO: cut fd number "msh ~> echo a 2>file" */
/* ^ */
- if (ft_ischarset("<>", words[i][0]))
+ if (ft_ischarset("<>", words[i][0]) == TRUE)
break ;
i++;
}