Is this fixed already? On my copy the line numbers are way different but
here's the only match on /var/lib/locales:

vnix$ egrep -nC2 /var/lib/locales /usr/bin/firefox  /dev/null
/usr/bin/firefox-63-if [ "x${MOZ_DISABLE_PANGO}" = x ]; then
/usr/bin/firefox-64-    if egrep '^(bn|gu|hi|kn|ml|mr|ne|pa|ta|te)_' \
/usr/bin/firefox:65:    /var/lib/locales/supported.d/*[^~] >/dev/null 2>&1; 
then/usr/bin/firefox-66-    MOZ_DISABLE_PANGO=0
/usr/bin/firefox-67-    else

Anyway, the proper way to do that is with egrep -qs instead of throwing
away error messages competely, isn't it?

-- 
grep: /var/lib/locales/supported.d/*[^~]: No such file or directory
https://launchpad.net/bugs/44016

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to