Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Merge Review: w3m https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=226535 ------- Additional Comments From mtasaka@xxxxxxxxxxxxxxxxxxx 2007-03-27 05:14 EST ------- A unneeded semicolon is inserted... Again: -------------------------------------------- pushd doc-jp for f in * ; do case $f in README.pre_form | README.tab ) CHARSET=ISO-2022-JP ;; keymap.* ) CHARSET=UTF-8 ;; * ) CHARSET=EUC-JP ;; esac iconv -f $CHARSET -t UTF-8 $f > $f.tmp && \ ( touch -r $f $f.tmp ; mv $f.tmp $f ) || rm -f $f.tmp done popd ----------------------------------------------------- -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review