diff options
Diffstat (limited to 'process_configs.sh')
-rwxr-xr-x | process_configs.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/process_configs.sh b/process_configs.sh index 987fb78c1..dd134a569 100755 --- a/process_configs.sh +++ b/process_configs.sh @@ -269,7 +269,6 @@ function process_config() then echo "Found misconfigured config items in ${arch} ${variant}, please set them to an appropriate value" >> .errors"${count}" cat .warnings"${count}" >> .errors"${count}" - rm .warnings"${count}" fi rm .warnings"${count}" |