From d515eb82c8a1e007651b1e7d75a3141fdc0c7ab3 Mon Sep 17 00:00:00 2001 From: Stefan Seefeld Date: Thu, 15 Mar 2018 15:29:06 -0400 Subject: [PATCH] Fix build warning. --- Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jamfile b/Jamfile index 3a35dde0..32e87d80 100644 --- a/Jamfile +++ b/Jamfile @@ -46,7 +46,7 @@ rule version-suffix ( version ) python-id = [ option.get "python-buildid" ] ; if $(python-id) { - PYTHON_ID = [ regex.replace $(python-id) [*\\/:.\"\'] _ ] ; + PYTHON_ID = [ regex.replace $(python-id) "[*\\/:.\"\']" _ ] ; } rule python-tag ( name : type ? : property-set )