Avoid locale issues in rpm2cpio.sh (RhBug:878363)
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 22 Nov 2012 10:22:06 +0000 (12:22 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 7 Dec 2012 12:35:32 +0000 (14:35 +0200)
commitb36e8ac5f58869d13f6c36680b475a9f3b570cee
tree71b07fc341097b851f8ff4451c667e39b12a92bb
parentceea15bddcc4e4418d90db92b1e2a529ee3cadfb
Avoid locale issues in rpm2cpio.sh (RhBug:878363)

- In gawk >= 4.0.x printf() "adjusts" things according to current locale,
  but we need the data as it is. Forcing C locale prevents gawk from
  getting funny ideas about character conversions...
(cherry picked from commit c0e95f1cedefd6d7522ef2cf7a2ada7c83821596)
scripts/rpm2cpio.sh