]> git.pld-linux.org Git - packages/subversion.git/blob - subversion-home_etc.patch
-up to 1.7.16
[packages/subversion.git] / subversion-home_etc.patch
1 --- subversion/libsvn_subr/user.c~      2006-02-15 21:30:49.000000000 +0000
2 +++ subversion/libsvn_subr/user.c       2006-09-11 06:28:44.806268500 +0000
3 @@ -69,7 +69,7 @@
4    const char *username;
5    char *homedir;
6  
7 -  if (apr_env_get(&homedir, "HOME", pool) == APR_SUCCESS)
8 +  if (apr_env_get(&homedir, "HOME_ETC", pool) == APR_SUCCESS || apr_env_get(&homedir, "HOME", pool) == APR_SUCCESS)
9      return utf8_or_nothing(homedir, pool);
10  
11    username = get_os_username(pool);
This page took 0.048606 seconds and 3 git commands to generate.