mirror of
https://github.com/octoleo/lsyncd.git
synced 2025-01-22 22:58:35 +00:00
bugfix: don't replace variables when spawning binary, by flygoast
This commit is contained in:
parent
46d23d59b3
commit
ec15abd244
@ -3001,7 +3001,7 @@ local functionWriter = ( function( )
|
||||
while ai <= #a do
|
||||
if a[ ai ][ 1 ] then
|
||||
local pre, post =
|
||||
string.match( a[ ai ][ 2 ], '(.*)"..v[1].."(.*)' )
|
||||
string.match( a[ ai ][ 2 ], '(.*)'..v[1]..'(.*)' )
|
||||
|
||||
if pre then
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user