aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/env.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/env.cpp')
-rw-r--r--src/env.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/env.cpp b/src/env.cpp
index 3c73fb07..3d7023db 100644
--- a/src/env.cpp
+++ b/src/env.cpp
@@ -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);