Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit 577b253

Browse files
committed
buildsys: remove -e from grep for compatibility with non-XPG4 grep
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
1 parent 289b9c8 commit 577b253

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autogen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ${AUTORECONF:-autoreconf} --verbose --install --force -I m4 ${AUTORECONF_FLAGS}
1414
rm -f INSTALL && ln -s doc/INSTALL .
1515

1616
# Generate po/POTFILES.in
17-
if ! xgettext -h 2>&1 | grep -e '--keyword' >/dev/null ; then
17+
if ! xgettext -h 2>&1 | grep -- '--keyword' >/dev/null ; then
1818
echo "gettext is unable to extract translations, set XGETTEXT to GNU gettext!" >&2
1919
touch po/POTFILES.in
2020
else

0 commit comments

Comments
 (0)