diff options
-rwxr-xr-x | scripts/build/clean | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/build/clean b/scripts/build/clean index aa5727944..9ff67cbab 100755 --- a/scripts/build/clean +++ b/scripts/build/clean @@ -26,9 +26,10 @@ DESCRIPTION="Clean up system build directories" HELP="" USAGE="${PROGRAM} [--all] [--cache] [--chroot] [--binary] [--purge] [--remove] [--stage] [--source]" -# Processing arguments and configuration files -# Note: Deliberately not passing parameters through to Arguments function call here! -Init_config_data +# Reading, preparing and validating config +Read_conffiles $(Common_conffiles) +Prepare_config +#Validate_config # Avoiding cases were users accidentally nuke their config/binary if [ ! -d config ] && [ "$(basename ${PWD})" = "config" ] |