Skip to content

Commit d515eb8

Browse files
committed
Fix build warning.
1 parent 0021720 commit d515eb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jamfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ rule version-suffix ( version )
4646
python-id = [ option.get "python-buildid" ] ;
4747
if $(python-id)
4848
{
49-
PYTHON_ID = [ regex.replace $(python-id) [*\\/:.\"\'] _ ] ;
49+
PYTHON_ID = [ regex.replace $(python-id) "[*\\/:.\"\']" _ ] ;
5050
}
5151

5252
rule python-tag ( name : type ? : property-set )

0 commit comments

Comments
 (0)