From 52f16d89a62639777f87831e09b14285b81874d9 Mon Sep 17 00:00:00 2001 From: GermanBread Date: Mon, 3 May 2021 22:06:13 +0200 Subject: [PATCH] Remove newline... --- LULI.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LULI.sh b/LULI.sh index d705956..82b231d 100644 --- a/LULI.sh +++ b/LULI.sh @@ -87,7 +87,7 @@ fi # Bedrock Linux warning if [ -d /bedrock ]; then Info "Detected Bedrock Linux." - SubInfo "This script is executed in the $(tput bold && brl which && tput sgr0 && tput setaf 8) stratum. Mention this when filing a bug report!" + SubInfo "This script is executed in the $(tput bold && brl which | tr -d '\n' && tput sgr0 && tput setaf 8) stratum. Mention this when filing a bug report!" fi cat << "logo_end"