浏览代码

adding -c option to msgfmt calls in order to detect formating errors (#1252843)

tokul 20 年之前
父节点
当前提交
4efd69cd1f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      po/compilepo

+ 1 - 1
po/compilepo

@@ -36,4 +36,4 @@ fi
 
 echo "Compiling $LOCALEDIR/LC_MESSAGES/squirrelmail.po"
 msgfmt -o $LOCALEDIR/LC_MESSAGES/squirrelmail.mo \
-     $LOCALEDIR/LC_MESSAGES/squirrelmail.po
+     -c $LOCALEDIR/LC_MESSAGES/squirrelmail.po