Skip to content

Commit

Permalink
Merge pull request bottlerocket-os#3601 from foersleo/diff-kconfig-su…
Browse files Browse the repository at this point in the history
…mmary

tools/diff-kernel-config: Write summary to file
  • Loading branch information
foersleo authored Nov 21, 2023
2 parents d8604ab + d0b7147 commit b46bf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/diff-kernel-config
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ for config_diff in "${output_dir}"/config-*-diff; do
/ -> / { changed += 1 }
END { printf \"${config_base}:\t%3d removed, %3d added, %3d changed\n\", removed, added, changed }
" "${config_diff}"
done | sort -V
done | sort -V | tee "${output_dir}"/diff-summary
echo
# Generate combined report of changes
Expand Down

0 comments on commit b46bf21

Please sign in to comment.