diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_file/ecore_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_file/ecore_file.c b/src/lib/ecore_file/ecore_file.c index dc105db0c2..7a4a16c236 100644 --- a/src/lib/ecore_file/ecore_file.c +++ b/src/lib/ecore_file/ecore_file.c | |||
@@ -869,7 +869,7 @@ ecore_file_app_exe_get(const char *app) | |||
869 | p = app; | 869 | p = app; |
870 | if ((p[0] == '~') && (p[1] == '/')) | 870 | if ((p[0] == '~') && (p[1] == '/')) |
871 | { | 871 | { |
872 | const char *home = getenv("HOME"); | 872 | const char *home = eina_environment_home_get(); |
873 | if (home) eina_strbuf_append(buf, home); | 873 | if (home) eina_strbuf_append(buf, home); |
874 | p++; | 874 | p++; |
875 | } | 875 | } |