added the version 5 to the check of bash versions

Signed-off-by: Stephan Conrad <stephan@conrad.pics>
This commit is contained in:
Stephan Conrad 2019-01-15 16:28:16 +01:00
parent 0a5107dd42
commit b0151f5eb5

View File

@ -147,7 +147,7 @@ CTNG_PROG_VERSION_REQ_STRICT([BASH_SHELL],
[GNU bash >= 3.1],
[bash],
[bash],
[^GNU bash, version (3\.[1-9]|4)])
[^GNU bash, version (3\.[1-9]|4|5)])
# We need a awk that *is* GNU awk
CTNG_PROG_VERSION_REQ_STRICT([AWK],