From 51f6f2e41d73718baaf397d3697d5c2a5682826b Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Sat, 28 Mar 2020 06:13:08 +0000 Subject: [PATCH] config: remove spurious secondary validation check it is already done just before writing the config to disk; this check is happening just after doing so and is thus pointless. Gbp-Dch: Short --- scripts/build/config | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/build/config b/scripts/build/config index 9c375b4b9..53e4a1c24 100755 --- a/scripts/build/config +++ b/scripts/build/config @@ -1423,9 +1423,6 @@ EOF mkdir -p auto mkdir -p local/bin -# Validate config again -Validate_config - if [ "${_CLEAN}" = "true" ] then # Remove empty directories in config tree