[PATCH] testbot/build: Escape dots in regular expressions.

Francois Gouget fgouget at codeweavers.com
Wed Apr 18 20:31:36 CDT 2018


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/bin/build/Build.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/bin/build/Build.pl b/testbot/bin/build/Build.pl
index 7291ff046..19f220b64 100755
--- a/testbot/bin/build/Build.pl
+++ b/testbot/bin/build/Build.pl
@@ -118,7 +118,7 @@ sub ApplyPatch($$$)
       {
         $NeedMakeMakefiles = $NeedConfigure = 1;
       }
-      elsif ($Line =~ m=^diff.*tools/makedep.c=)
+      elsif ($Line =~ m=^diff.*tools/makedep\.c=)
       {
         $NeedBuildNative = $NeedMakeMakefiles = $NeedConfigure = 1;
       }
-- 
2.17.0



More information about the wine-devel mailing list