From 2587ea2e2027630415b3b73588ac5233eeddd97a Mon Sep 17 00:00:00 2001 From: tokul Date: Sat, 6 Aug 2005 03:49:39 +0000 Subject: [PATCH] adding -c option to msgfmt calls in order to detect formating errors (#1252843) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9912 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- po/compilepo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/compilepo b/po/compilepo index 2a46d10c..52121cbf 100755 --- a/po/compilepo +++ b/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 \ No newline at end of file + -c $LOCALEDIR/LC_MESSAGES/squirrelmail.po \ No newline at end of file -- 2.25.1