diff options
-rw-r--r-- | opcodes/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index e970f0e..6bd973f 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. |