]> git.pld-linux.org Git - packages/adapter.git/commitdiff
- force utf8 locale
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 3 Mar 2009 17:30:00 +0000 (17:30 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 3 Mar 2009 17:30:00 +0000 (17:30 +0000)
Changed files:
    adapter.sh -> 1.35

adapter.sh

index f38328c8e500899df5af6c61aa38aa87aa8394f9..8acc57c165b863aee64664ba00235e5142b58a9f 100644 (file)
@@ -217,7 +217,7 @@ adapterize() {
 
        import_rpm_macros
 
-       $awk -f $adapter $SPECFILE > $tmp || exit
+       LC_ALL=en_US.UTF-8 $awk -f $adapter $SPECFILE > $tmp || exit
 
        if [ "$outputonly" = 1 ]; then
                cat $tmp
This page took 0.063262 seconds and 4 git commands to generate.