missing argument for exec
Permalink
find packages/your_package/ -iname '*.php' -exec xgettext --default-domain=messages --keyword=t -l PHP -p /path/to/current/directory -j {} \;
it's the backslash at the end.
it's the backslash at the end.