Skip to content
Snippets Groups Projects
Commit 3ad464bf authored by Mans Rullgard's avatar Mans Rullgard
Browse files

configure: fix non-standard regex used with expr


The colon operator of expr always anchors the pattern at the start
of the string.  An explicit ^ in the pattern has unspecified
behaviour, so remove it.

Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
parent 7a4abe59
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment