diff options
Diffstat (limited to 'src/m_minishell.c')
-rw-r--r-- | src/m_minishell.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/m_minishell.c b/src/m_minishell.c index 7a381ee..a538041 100644 --- a/src/m_minishell.c +++ b/src/m_minishell.c @@ -35,7 +35,6 @@ int ft_dprintf(2, "%s\n", strerror(errno)); return (FT_RET_ALLOC); } - m_source_mshrc(msh); ret = m_argv(argc, argv, msh); s_destroy(msh); return (ret); |