]> Pileus Git - ~andy/sunrise/commitdiff
sunrise/sunrise/scripts/use_desc_gen.sh: Set LC_ALL to C so that sorting gives the...
authorThomas Sachau <tommy@gentoo.org>
Mon, 8 Sep 2008 20:22:28 +0000 (20:22 +0000)
committerThomas Sachau <tommy@gentoo.org>
Mon, 8 Sep 2008 20:22:28 +0000 (20:22 +0000)
svn path=/sunrise/; revision=7034

scripts/use_desc_gen.sh

index 02e48b5e93d9bbd513d3e474c24b3539fe6449ec..c9d378b92da4b8a94dc05b6db22253808d288234 100644 (file)
@@ -47,6 +47,7 @@ python scripts/use_desc_gen.py --repo_path "${1}" > /tmp/${pid}.new.use
 
 # let's keep it sorted: use major category, minor category, and package name
 # as primary, secondary, and tertiary sort keys, respectively
+LC_ALL=C
 sort -t: -k1,1 -k2 /tmp/${pid}.new.use | sort -s -t/ -k1,1 \
     >> /tmp/${pid}.use.local.desc