From 5fb790e43e5dff20340278f9ca7a66939b0f15f9 Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Sat, 28 Mar 2020 05:42:34 +0000 Subject: config: rename Set_config_defaults() to Prepare_config() it mostly applies defaults where a value does not exist, but does more in some cases. the new name better reflects its usage and functionality. Gbp-Dch: Short --- scripts/build/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build') diff --git a/scripts/build/config b/scripts/build/config index 74c11ba0b..d9ada6f84 100755 --- a/scripts/build/config +++ b/scripts/build/config @@ -937,7 +937,7 @@ then fi # Setting and validating config -Set_config_defaults +Prepare_config Validate_config # Creating or updating saved config -- cgit v1.2.3