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 fe16771 commit c028287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ AvailabilityTest :=
if Filename(DirectoriesPackagePrograms("ace"), "ace") = fail then
LogPackageLoadingMessage( PACKAGE_WARNING,
[ "The program `ace' is not compiled." ] );
return fail;
return false;
fi;
return true;
end,
Expand Down

0 comments on commit c028287

Please sign in to comment.