Skip to content

Commit cab3062

Browse files
authored
tools/asciidoctor.jam regexp review (#504)
1 parent d3f4438 commit cab3062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/asciidoctor.jam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ rule init ( command * )
147147
{
148148
local t = [ common.find-tool $(c) ] ;
149149
t ?= $(c) ;
150-
if [ MATCH "(\ )" : $(t) ]
150+
if [ MATCH "(\\ )" : $(t) ]
151151
{
152152
# Ruby handles quotes weirdly. So we only add them if absolutely
153153
# needed.

0 commit comments

Comments
 (0)