diff options
Diffstat (limited to 'src/rc.c')
-rw-r--r-- | src/rc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -815,7 +815,7 @@ int main (int argc, char **argv) /* Ensure our environment is pure Also, add our configuration to it */ env = rc_filter_env (); - env = rc_config_env (env); + env = rc_strlist_join (env, rc_make_env ()); if (env) { char *p; |