Skip to content

Commit

Permalink
OTA fixup 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Jul 10, 2024
1 parent 8259e7a commit 6338e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-ota-translations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ trap finish EXIT
# check PO files for errors and remove the ones that won't compile:
for po in locales/*.po ; do
if ! stderr=$(msgfmt -c -o /dev/null "$po" 2>&1) ; then
echo "::warning title=Failed to compile $po::`echo $stderr`"
echo "::error title=Failed to compile $po::`echo $stderr`"
echo "::group::cat -n $po"
cat -n "$po"
echo "::endgroup::"
Expand Down

0 comments on commit 6338e6a

Please sign in to comment.