chiark / gitweb /
getty: unset locale before execution
[elogind.git] / src / load-fragment.c
index 334dd68146c175e9121611af9bc4022bd03827db..261180d1555b6b72761f72505baf19d92856cb07 100644 (file)
@@ -1399,7 +1399,7 @@ static int config_parse_env_file(
                         goto finish;
                 }
 
-                t = strv_env_set(*env, u);
+                t = strv_append(*env, u);
                 free(u);
 
                 if (!t) {