auto-br-analyze.pl: Fix failure when LANG != C. (RHBZ#545867).
authorRichard Jones <rjones@redhat.com>
Wed, 9 Dec 2009 15:05:08 +0000 (15:05 +0000)
committerRichard Jones <rjones@redhat.com>
Wed, 9 Dec 2009 15:05:08 +0000 (15:05 +0000)
commite4bea38d3c0bb10ee187a43ff71b54ab6770940a
tree1760edcfec3f83453fa0614f97bd6ceabcd024f6
parentd195eaf92bfc8ce72e7206becce311cc7f69d20e
auto-br-analyze.pl: Fix failure when LANG != C. (RHBZ#545867).

This was running the RPM command and grepping out error messages
of the form /^file.*is not owned by any package$/.  Unfortunately
this fails if language isn't set to English.

Fix this by setting LANG=C before running the RPM command.
auto-br-analyze.pl.in