Skip to content

Commit

Permalink
PackageInfo.g: fix AvailabilityTest return value
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Nov 6, 2024
1 parent f86ffaa commit 2876a7a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ AvailabilityTest := function()
LogPackageLoadingMessage(PACKAGE_WARNING,
["the kernel module is not compiled, ",
"the package cannot be loaded."]);
return fail;
return false;
fi;
return true;
end,
Expand Down Expand Up @@ -151,5 +151,3 @@ AutoDoc := rec(
),

));


0 comments on commit 2876a7a

Please sign in to comment.