mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 17:11:12 -03:00
@@ -382,6 +382,7 @@ int env_set_pwd()
|
||||
wchar_t *res = wgetcwd(dir_path, 4096);
|
||||
if (!res)
|
||||
{
|
||||
debug(0, _(L"Could not determine current working directory. Is your locale set correctly?"));
|
||||
return 0;
|
||||
}
|
||||
env_set(L"PWD", dir_path, ENV_EXPORT | ENV_GLOBAL);
|
||||
|
||||
Reference in New Issue
Block a user