Remove stray newline after python-build installation (#2566)

To match other Pyenv commands
This commit is contained in:
Tobias Klauser 2022-12-20 20:01:19 +01:00 committed by GitHub
parent 2bb59169db
commit ff93c58bab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -233,9 +233,7 @@ install_package_using() {
make_package "${make_args[@]}" make_package "${make_args[@]}"
popd >&4 popd >&4
{ echo "Installed ${package_name} to ${PREFIX_PATH}" echo "Installed ${package_name} to ${PREFIX_PATH}" >&2
echo
} >&2
} }
make_package() { make_package() {