aboutsummaryrefslogtreecommitdiffstats
path: root/fix-mo
diff options
context:
space:
mode:
Diffstat (limited to 'fix-mo')
-rwxr-xr-xfix-mo2
1 files changed, 2 insertions, 0 deletions
diff --git a/fix-mo b/fix-mo
index 304c4f2..0c11e3a 100755
--- a/fix-mo
+++ b/fix-mo
@@ -19,6 +19,8 @@ TMP2=$KO_MESSAGES/tmpfile2
ret=0
+[ -f "$KO_MESSAGES/*.mo" ] || exit 0
+
for i in $KO_MESSAGES/*.mo ; do
msgunfmt -o $TMP $i
if grep -qi '^"Content-Type: text/plain; charset=euc-kr.n"$' $TMP; then