We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-e
1 parent 289b9c8 commit 577b253Copy full SHA for 577b253
1 file changed
autogen.sh
@@ -14,7 +14,7 @@ ${AUTORECONF:-autoreconf} --verbose --install --force -I m4 ${AUTORECONF_FLAGS}
14
rm -f INSTALL && ln -s doc/INSTALL .
15
16
# Generate po/POTFILES.in
17
-if ! xgettext -h 2>&1 | grep -e '--keyword' >/dev/null ; then
+if ! xgettext -h 2>&1 | grep -- '--keyword' >/dev/null ; then
18
echo "gettext is unable to extract translations, set XGETTEXT to GNU gettext!" >&2
19
touch po/POTFILES.in
20
else
0 commit comments