diff --git a/scripts/ynh_install_python b/scripts/ynh_install_python index 45239cc..4e9c468 100644 --- a/scripts/ynh_install_python +++ b/scripts/ynh_install_python @@ -3,7 +3,7 @@ ynh_python_try_bash_extension() { if [ -x src/configure ]; then src/configure && make -C src || { - echo "Optional bash extension failed to build, but things will still work normally." + ynh_print_info --message="Optional bash extension failed to build, but things will still work normally." } fi }