Author: keichwa Date: Thu Oct 27 14:04:16 2011 New Revision: 66627
URL: http://svn.opensuse.org/viewcvs/yast?rev=66627&view=rev Log: filter file name (FILE.LL.po:) that msgfmt --stats now outputs
Modified: trunk/devtools/ydoc/po-tools/po-stats
Modified: trunk/devtools/ydoc/po-tools/po-stats URL: http://svn.opensuse.org/viewcvs/yast/trunk/devtools/ydoc/po-tools/po-stats?r... ============================================================================== --- trunk/devtools/ydoc/po-tools/po-stats (original) +++ trunk/devtools/ydoc/po-tools/po-stats Thu Oct 27 14:04:16 2011 @@ -1,7 +1,7 @@ #!/bin/bash export LC_ALL=C; export LANG=C
-sed -e 's:,:,\ +sed -e 's/.*.po://' -e 's:,:,\ :g' \ | awk '\ BEGIN{
yast-commit@lists.opensuse.org