X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=bin%2Fparse-contents;fp=bin%2Fparse-contents;h=12b7ed824a40dbb933d0bc7b7a10e675153b9081;hb=fcd2a8e03040589f3048e91737d4b2863c8521fd;hp=541cba24beff985572e0b6f9a25198ebc0a81bd0;hpb=b19934d647fdbe4de57e52069bf4d20a54eab1e1;p=deb%2Fpackages.git diff --git a/bin/parse-contents b/bin/parse-contents index 541cba2..12b7ed8 100755 --- a/bin/parse-contents +++ b/bin/parse-contents @@ -22,6 +22,8 @@ use strict; use lib './lib'; +$| = 1; + # Important, we want sorting and such to happen like in the C locale: binary, # without any fancy collation. FIXME: is this actually adequate? $ENV{"LC_ALL"} = 'C';