From f78001144b56993de751be78983b9d01a9d73dd7 Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Sat, 2 May 2020 02:38:26 +0100 Subject: move and rename Common_config_files() for better encapsulation, and for consistency with other config file handling functions in the new location. Gbp-Dch: Ignore --- scripts/build/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/build/config b/scripts/build/config index 318a2cc8c..dc79d08f9 100755 --- a/scripts/build/config +++ b/scripts/build/config @@ -217,7 +217,7 @@ Local_arguments () fi # Dump conffile contents - Print_conffiles $(Common_config_files) + Print_conffiles $(Common_conffiles) # Dump contents of directories that contain text files local DIRECTORY @@ -939,7 +939,7 @@ then fi # Reading existing saved configuration -Read_conffiles $(Common_config_files) +Read_conffiles $(Common_conffiles) # Processing arguments again to overwrite just-read previously saved settings as necessary Local_arguments "${@}" -- cgit v1.2.3