Fix typo
This commit is contained in:
parent
37662afdd1
commit
fc94322a10
|
|
@ -350,7 +350,7 @@ fi
|
|||
#if [ "$LNG" = "pl" ]; then
|
||||
#fi
|
||||
|
||||
#check for nonasci characters excpet HD44780 ROM A00 'äöüß'
|
||||
#check for nonasci characters except HD44780 ROM A00 'äöüß'
|
||||
if grep --color='auto' -P -n '[^\x00-\x7F]' $LNG'_filtered.po' >nonascii.txt; then
|
||||
exit
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue