interpolate issue resolved

This commit is contained in:
phanes
2024-02-10 16:44:21 -05:00
parent 54d95aa582
commit 879f07ec4b
7 changed files with 36 additions and 14 deletions

View File

@@ -108,7 +108,7 @@ int exec_pty(
// before we fork the process, so that the child process will inherit the environment
// from the parent process
if ( environment_supplied ) {
clearenv();
//clearenv();
}
// turn our command string into something execvp can consume