fix xgettext invocation
This commit is contained in:
parent
ee66b572a8
commit
6711d1ef23
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue