From aee5c3515f59880459f8dc65cb24d433c2f19319 Mon Sep 17 00:00:00 2001 From: "Archie Hilton (thytom)" Date: Mon, 4 Nov 2019 09:25:02 +0000 Subject: [PATCH] New change to bar.sh bodged some spacing problems --- bar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bar.sh b/bar.sh index 187b3c3..3595d6c 100755 --- a/bar.sh +++ b/bar.sh @@ -32,7 +32,7 @@ get_bar() fi done # Uncomment to remove last separator - bar=$(echo $bar | sed 's/.$//g') + bar="$(echo $bar | sed 's/.$//g')" echo "$LEFT_PADDING$bar$RIGHT_PADDING" }