From f53a732cbac2823fa181da7203f06527ab16ec67 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 9 Feb 2006 03:49:34 +0000 Subject: [PATCH] One more fix for the scanning of configure's args. --- verify-patches | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verify-patches b/verify-patches index 59f4ff5..219a2ae 100755 --- a/verify-patches +++ b/verify-patches @@ -85,7 +85,7 @@ foreach my $diff (@ARGV) { } if (!defined($conf_opts) && s#^\s+\./configure\s+##) { chomp($conf_opts = $_); - $conf_opts =~ s/\s+\(.*?\)//; + $conf_opts =~ s/\s*\(.*?\)//; } } close IN; -- 2.34.1