]> git.deb.at Git - deb/packages.git/blobdiff - bin/parse-contents
Add basic l10n support.
[deb/packages.git] / bin / parse-contents
index 541cba24beff985572e0b6f9a25198ebc0a81bd0..12b7ed824a40dbb933d0bc7b7a10e675153b9081 100755 (executable)
@@ -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';