Home GnuPG

Qt: Make sure extended grep is used with '|'.
1acb06aac3ddUnpublished

Unpublished Commit · Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.

Description

Qt: Make sure extended grep is used with '|'.

* m4/qt.m4: Use grep -E when using the alternation character.

POSIX specifies '|' is only supposed to work as an alternation special
character when grep is used in extended mode. The code worked fine
with GNU grep because it accepts extended regular expressions by
default, but other POSIX-compliant implementations might fail and take
it literally.

  • Signed-off-by: Raphael Kubo da Costa <rakuco@FreeBSD.org>

Details

Provenance
Raphael Kubo da Costa <rakuco@FreeBSD.org>Authored on Dec 18 2016, 11:41 AM
aheineckeCommitted on Dec 19 2016, 10:35 AM
Parents
rPcc0d783cf03a: Fix spelling errors.
Branches
Unknown
Tags
Unknown

Event Timeline