One more fix for the scanning of configure's args.
authorWayne Davison <wayned@samba.org>
Thu, 9 Feb 2006 03:49:34 +0000 (03:49 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 9 Feb 2006 03:49:34 +0000 (03:49 +0000)
verify-patches

index 59f4ff5583841e9ab24843310da1cb30c38d52e1..219a2ae816ea4f99345e113bb654ccde0c241553 100755 (executable)
@@ -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;