From 8e15aa05a08f231c7655fe8d9f3ccf79b42ce1fa Mon Sep 17 00:00:00 2001 From: Bruno 21 Date: Sun, 27 Dec 2020 16:57:56 +0100 Subject: [PATCH] homebrew.sh -bugfix --- plugins.d/homebrew.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins.d/homebrew.sh b/plugins.d/homebrew.sh index 97e9417..368d104 100755 --- a/plugins.d/homebrew.sh +++ b/plugins.d/homebrew.sh @@ -386,8 +386,9 @@ else fi done - echo -e "$l1" | sed ':a;N;$!ba;s/\n//g' - + echo -e "$l1" + #echo -e "$l1" | sed ':a;N;$!ba;s/\n//g' # supprimer les sauts de ligne + #echo -e "$l1" | tr -d '\n' # supprimer les sauts de ligne fi echo ""