mirror of
https://github.com/apache/nuttx.git
synced 2025-05-07 22:01:55 +08:00
tools/process_config: remove unused unnecessary printing
Too much unnecessary printing that meaningless to non-builder developers Signed-off-by: chao an <anchao.archer@bytedance.com>
This commit is contained in:
parent
ac583fc585
commit
d07bed3e6b
@ -60,10 +60,6 @@ process_file() {
|
||||
local key_config="$(echo "$line" | cut -d= -f1)="
|
||||
sed -i.backup "/^$key_config/d" "$output_file"
|
||||
echo "$line" >> "$output_file"
|
||||
|
||||
echo "Appended $line to $output_file"
|
||||
else
|
||||
echo "The empty line from defconfig was skipped from adding to $output_file"
|
||||
fi
|
||||
fi
|
||||
done < "$input_file"
|
||||
|
Loading…
x
Reference in New Issue
Block a user