summaryrefslogtreecommitdiffstats
path: root/src/s_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/s_init.c')
-rw-r--r--src/s_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s_init.c b/src/s_init.c
index ab64603..63861e6 100644
--- a/src/s_init.c
+++ b/src/s_init.c
@@ -143,6 +143,7 @@ t_msh
msh->curr = NULL;
msh->vars = NULL;
msh->cwd = set_cwd(msh);
+ msh->env_fork_tmp[0][0] = '\0';
inc_shlvl(msh);
return (msh);
}