소스 검색

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