Skip to content

Commit

Permalink
Print 'module/version' and not 'module, version' when doing dkms status.
Browse files Browse the repository at this point in the history
You can now do copy paste for the other commands.
  • Loading branch information
scaronni committed Sep 3, 2021
1 parent 00db25d commit f83b758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkms
Original file line number Diff line number Diff line change
Expand Up @@ -2116,7 +2116,7 @@ do_status() {
echo "$m, $v: $status"

This comment has been minimized.

Copy link
@sl1pkn07

sl1pkn07 Sep 11, 2021

this also needs change?

This comment has been minimized.

Copy link
@scaronni

scaronni Sep 12, 2021

Author Collaborator

Good point. Added now in another commit.

;;
built|installed)
echo -n "$m, $v, $k, $a: $status"
echo -n "$m/$v, $k, $a: $status"
module_status_built_extra "$m" "$v" "$k" "$a"
echo
;;
Expand Down

0 comments on commit f83b758

Please sign in to comment.