Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Also change output of added modules to module/version
  • Loading branch information
scaronni committed Sep 12, 2021
1 parent f306115 commit 65f01a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkms
Expand Up @@ -2113,7 +2113,7 @@ do_status() {
IFS=/ read m v k a <<< "$mvka"
case $status in
added)
echo "$m, $v: $status"
echo "$m/$v: $status"
;;
built|installed)
echo -n "$m/$v, $k, $a: $status"
Expand Down

0 comments on commit 65f01a0

Please sign in to comment.