Skip to content

Commit

Permalink
common.postinst: improve blank line placement
Browse files Browse the repository at this point in the history
separate modules/kernels with blank lines
  • Loading branch information
anbe42 authored and scaronni committed Feb 4, 2025
1 parent a3ae33b commit 8149171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkms_common.postinst.in
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@ if [ -n "$ARCH" ]; then
fi

for KERNEL in $KERNELS; do
echo ""
dkms_status=$(dkms status -m $NAME -v $VERSION -k $KERNEL $ARCH)
if [ $(echo $KERNEL | grep -c "BOOT") -gt 0 ]; then
echo ""
echo "Module build and install for $KERNEL was skipped as "
echo "it is a BOOT variant"
continue
Expand Down

0 comments on commit 8149171

Please sign in to comment.