From ff93c58babd813066bf2d64d004a5cee33c0f27b Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 20 Dec 2022 20:01:19 +0100 Subject: [PATCH] Remove stray newline after python-build installation (#2566) To match other Pyenv commands --- plugins/python-build/bin/python-build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/python-build/bin/python-build b/plugins/python-build/bin/python-build index 7fc9004e..c5f300a6 100755 --- a/plugins/python-build/bin/python-build +++ b/plugins/python-build/bin/python-build @@ -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() {