From 6711d1ef2358c9e6b2708b61f4df1ba2bddd4f35 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 6 May 1998 18:30:34 +0000 Subject: [PATCH] fix xgettext invocation --- opcodes/.Sanitize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index e970f0ee47e..6bd973f8709 100644 --- a/opcodes/.Sanitize +++ b/opcodes/.Sanitize @@ -503,6 +503,6 @@ if [ -n "${safe}" -a ! -f po/.Recover/opcodes.pot ]; then fi # If this fails, Sanitization must fail. -xgettext -c -k_ -kN_ -f po/POTFILES.in -o po/opcodes.pot || exit 1 +xgettext -C -c -k_ -kN_ -f po/POTFILES.in -o po/opcodes.pot || exit 1 # End of file. -- 2.30.2