rc_make_env -> rc_env_config, rc_filter_env -> rc_env_filter

This commit is contained in:
Roy Marples
2007-10-03 14:48:50 +00:00
parent a470700710
commit 6d5ac5716b
5 changed files with 13 additions and 13 deletions

View File

@ -1031,8 +1031,8 @@ int runscript (int argc, char **argv)
if ((softlevel = rc_xstrdup (getenv ("RC_SOFTLEVEL"))) == NULL) {
/* Ensure our environment is pure
Also, add our configuration to it */
tmplist = rc_make_env();
env = rc_filter_env ();
tmplist = rc_env_config ();
env = rc_env_filter ();
rc_strlist_join (&env, tmplist);
rc_strlist_free (tmplist);
tmplist = NULL;