Mageia Bugzilla – Attachment 8577 Details for
Bug 13631
/usr/lib/rpm/rpm2cpio.sh fails in zh_TW locale (and probably others)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
fix rpm2cpio.sh
13631.diff (text/plain), 297 bytes, created by
Thierry Vignaud
on 2016-10-19 15:11:48 CEST
(
hide
)
Description:
fix rpm2cpio.sh
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2016-10-19 15:11:48 CEST
Size:
297 bytes
patch
obsolete
>--- /tmp/rpm2cpio.sh 2016-10-19 14:26:44.166974117 +0200 >+++ /usr/lib/rpm/rpm2cpio.sh 2016-10-19 14:32:28.888656881 +0200 >@@ -1,7 +1,7 @@ > #!/bin/sh > > # Prevent gawk >= 4.0.x from getting funny ideas wrt UTF in printf() >-LANG=C >+export LC_ALL=C > > pkg=$1 > if [ "$pkg" = "" -o ! -e "$pkg" ]; then
--- /tmp/rpm2cpio.sh 2016-10-19 14:26:44.166974117 +0200 +++ /usr/lib/rpm/rpm2cpio.sh 2016-10-19 14:32:28.888656881 +0200 @@ -1,7 +1,7 @@ #!/bin/sh # Prevent gawk >= 4.0.x from getting funny ideas wrt UTF in printf() -LANG=C +export LC_ALL=C pkg=$1 if [ "$pkg" = "" -o ! -e "$pkg" ]; then
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 13631
: 8577