Remove stray newline after python-build installation (#2566)
To match other Pyenv commands
This commit is contained in:
parent
2bb59169db
commit
ff93c58bab
@ -233,9 +233,7 @@ install_package_using() {
|
||||
make_package "${make_args[@]}"
|
||||
popd >&4
|
||||
|
||||
{ echo "Installed ${package_name} to ${PREFIX_PATH}"
|
||||
echo
|
||||
} >&2
|
||||
echo "Installed ${package_name} to ${PREFIX_PATH}" >&2
|
||||
}
|
||||
|
||||
make_package() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user