aboutsummaryrefslogtreecommitdiff
path: root/src/rc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc.c')
-rw-r--r--src/rc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc.c b/src/rc.c
index 0ef76293..9ebcb5d6 100644
--- a/src/rc.c
+++ b/src/rc.c
@@ -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;