aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-03-25 15:31:24 +0100
committerMattias Andrée <maandree@kth.se>2021-03-25 15:31:24 +0100
commitfd84b917b99acde50be886819ef3a3d358436e15 (patch)
tree028e14a611e53a79d090aee6d6cf0ba8beeb94e7
parentFix leap second support (diff)
downloadmongoclock-3.1.2.tar.gz
mongoclock-3.1.2.tar.bz2
mongoclock-3.1.2.tar.xz
Fix font bug3.1.2
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rwxr-xr-xdigit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/digit.sh b/digit.sh
index c7e7fe7..e7de299 100755
--- a/digit.sh
+++ b/digit.sh
@@ -204,7 +204,7 @@ digit() {
printf 'static const char *mongo_%s[] = {\n' "$1"
digit "$1" | \
- sed -e 's/X/ /g' -e 's/\[/\\033\[7m /g' -e 's/\]/\\033\[m /g' | \
+ sed -e 's/X/ /g' -e 's/\[/\\033\[7m /g' -e 's/\]/ \\033\[m/g' | \
sed -e 's/^/"/' -e 's/$/",/' | \
sed '$s/,$//'
printf '};\n'