Merge pull request #1778 from 7ocb/set-PWD-to-current-path

Set PWD environment variable
This commit is contained in:
Arun 2023-12-08 19:38:46 +05:30 committed by GitHub
commit 5595d93d29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -6835,6 +6835,8 @@ begin:
setdirwatch();
}
setenv("PWD", path, TRUE);
#ifndef NOX11
xterm_cfg(path);
#endif