Skip to content

Commit

Permalink
Revert "dkms: always use read_conf_or_die"
Browse files Browse the repository at this point in the history
This reverts commit c0004f0.

Signed-off-by: Mart Frauenlob <[email protected]>
  • Loading branch information
AllKind committed Dec 8, 2023
1 parent d577a1f commit 377d531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkms.in
Original file line number Diff line number Diff line change
Expand Up @@ -1756,7 +1756,7 @@ do_status_weak()
# interested in, but that the DKMS internals do not usually care about.
module_status_built_extra() (
set_module_suffix "$3"
read_conf_or_die "$3" "$4" "$dkms_tree/$1/$2/source/dkms.conf" 2>/dev/null
read_conf "$3" "$4" "$dkms_tree/$1/$2/source/dkms.conf" 2>/dev/null
[[ -d $dkms_tree/$1/original_module/$3/$4 ]] && echo -n " (original_module exists)"
for ((count=0; count < ${#dest_module_name[@]}; count++)); do
tree_mod=$(compressed_or_uncompressed "$dkms_tree/$1/$2/$3/$4/module" "${dest_module_name[$count]}")
Expand Down

0 comments on commit 377d531

Please sign in to comment.