adding -c option to msgfmt calls in order to detect formating errors (#1252843)
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 6 Aug 2005 03:49:39 +0000 (03:49 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 6 Aug 2005 03:49:39 +0000 (03:49 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9912 7612ce4b-ef26-0410-bec9-ea0150e637f0

po/compilepo

index 2a46d10c81ef2bfe9dea6a4e29165119b74ae8cc..52121cbf7fb9e090960c8ae10512778a8da0621c 100755 (executable)
@@ -36,4 +36,4 @@ fi
 
 echo "Compiling $LOCALEDIR/LC_MESSAGES/squirrelmail.po"
 msgfmt -o $LOCALEDIR/LC_MESSAGES/squirrelmail.mo \
-     $LOCALEDIR/LC_MESSAGES/squirrelmail.po
\ No newline at end of file
+     -c $LOCALEDIR/LC_MESSAGES/squirrelmail.po
\ No newline at end of file