Bold formatting output

This commit is contained in:
Philipp Holzer 2021-05-22 22:55:44 +02:00
parent 4bc9337a09
commit 05b5f8d729
No known key found for this signature in database
GPG Key ID: 9A28B7D4FF5667BD
2 changed files with 2 additions and 2 deletions

View File

@ -13,5 +13,5 @@ if [[ $(git diff -U0 **/messages.po | grep -vE '^(@@|\-"POT-Creation-Date|\+"POT
echo "$(git diff **/messages.po)" echo "$(git diff **/messages.po)"
exit 1 exit 1
else else
echo "Nothing to update" echo "\033[1mNothing to update\033[0m"
fi fi

View File

@ -9,5 +9,5 @@ if [[ $(git diff -U0 ./view/lang/C/messages.po | grep -vE '^(@@|\-"POT-Creation-
echo "$(git diff ./view/lang/C/messages.po)" echo "$(git diff ./view/lang/C/messages.po)"
exit 1 exit 1
else else
echo "Nothing to update" echo "\033[1mNothing to update\033[0m"
fi fi