From 764f3f36f003401f6334ced63356451fb5c6c642 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 27 Mar 2017 09:51:42 +0200 Subject: [PATCH] fix awk re --- m4/psi/psi.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/psi/psi.m4 b/m4/psi/psi.m4 index 984aa60..d7918f2 100644 --- a/m4/psi/psi.m4 +++ b/m4/psi/psi.m4 @@ -27,7 +27,7 @@ AC_DEFUN(PSI_CONFIG_INIT, [ capture = 1 next } - /[Ee]nd.*search/ { + /@<:@Ee@:>@nd.*search/ { capture = 0 } { -- 2.30.2