Explorar el Código

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

tokul hace 20 años
padre
commit
4efd69cd1f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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