aboutsummaryrefslogtreecommitdiff
path: root/bar.sh
diff options
context:
space:
mode:
authorArchie Hilton (thytom) <archie.hilton1@gmail.com>2019-11-04 09:25:02 +0000
committerArchie Hilton (thytom) <archie.hilton1@gmail.com>2019-11-04 09:25:02 +0000
commitaee5c3515f59880459f8dc65cb24d433c2f19319 (patch)
treef9edc25d5fc2e8b1747b5bf40ebd6642d1e2ea9c /bar.sh
parent71da49fab712a47a7969f70c6a29a4bc4b6d5a03 (diff)
New change to bar.sh bodged some spacing problems
Diffstat (limited to 'bar.sh')
-rwxr-xr-xbar.sh2
1 files changed, 1 insertions, 1 deletions
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"
}