Skip to content

Commit

Permalink
build/bin/sage-spkg-info: Add a newline after each system
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Feb 8, 2022
1 parent 226937d commit acc78dc
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 acc78dc

Please sign in to comment.