mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 17:13:37 +02:00
Add to diagnostics.sh detection of the bad comment sequence
This commit is contained in:
@@ -16,4 +16,11 @@ for filename in `ls *.po`; do
|
||||
echo "${filename} " $'\t' $complete $'\t' "$((complete*100/total)) %"
|
||||
done | sort -n -k3
|
||||
|
||||
echo
|
||||
|
||||
# detect whether this sequence occures in any .po file. It will break
|
||||
# msgfmt on Windows.
|
||||
echo "Files with illegal comment sequence:"
|
||||
fgrep -l '#~|' *.po
|
||||
|
||||
exit 0
|
||||
|
Reference in New Issue
Block a user