New change to bar.sh bodged some spacing problems

This commit is contained in:
Archie Hilton (thytom) 2019-11-04 09:25:02 +00:00
parent 71da49fab7
commit aee5c3515f

2
bar.sh
View file

@ -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"
}