summaryrefslogtreecommitdiff
path: root/zen/sys_info.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zen/sys_info.cpp')
-rw-r--r--zen/sys_info.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/sys_info.cpp b/zen/sys_info.cpp
index 5a044c3a..df0e4612 100644
--- a/zen/sys_info.cpp
+++ b/zen/sys_info.cpp
@@ -225,7 +225,7 @@ Zstring zen::getUserHome() //throw FileError
return homePath;
//root(0) => consider as request for elevation, NOT impersonation!
- //=> no support for HOME variable :(
+ //=> "HOME=/root" :(
const Zstring loginUser = getLoginUser(); //throw FileError
bgstack15