Skip to content

Commit

Permalink
Trac #33307: Fix empty section display on prerequisites doc page
Browse files Browse the repository at this point in the history
Prerequisites for building on many platforms
are listed at

- https://doc.sagemath.org/html/en/reference/spkg/_prereq.html

The empty homebrew section is not dealt with properly
and appears mixed with the next section, nix.

URL: https://trac.sagemath.org/33307
Reported by: slelievre
Ticket author(s): Matthias Koeppe
Reviewer(s): Samuel Lelièvre
  • Loading branch information
Release Manager committed Feb 14, 2022
2 parents 9a9c821 + acc78dc commit 708efc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/bin/sage-spkg-info
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ for system in $systems; do
;;
esac
sage-print-system-package-command $system --prompt=' $ ' --sudo install $system_packages
echo
done
if [ -z "$system" ]; then
echo "(none known)"
Expand Down

0 comments on commit 708efc2

Please sign in to comment.