mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-11-11 07:40:55 +00:00
Merge branch 'master' of https://github.com/axkibe/lsyncd
This commit is contained in:
commit
7fe13abab8
@ -15,10 +15,10 @@ AC_PROG_CC
|
|||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
AC_PROG_MAKE_SET
|
AC_PROG_MAKE_SET
|
||||||
|
|
||||||
AC_PATH_PROG([A2X], [a2x], [no])
|
#AC_PATH_PROG([A2X], [a2x], [no])
|
||||||
if test x${A2X} = xno ; then
|
#if test x${A2X} = xno ; then
|
||||||
AC_MSG_ERROR([Program 'a2x' (package asciidoc) is required])
|
# AC_MSG_ERROR([Program 'a2x' (package asciidoc) is required])
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
###
|
###
|
||||||
# Checks for Lua
|
# Checks for Lua
|
||||||
|
@ -3001,7 +3001,7 @@ local functionWriter = ( function( )
|
|||||||
while ai <= #a do
|
while ai <= #a do
|
||||||
if a[ ai ][ 1 ] then
|
if a[ ai ][ 1 ] then
|
||||||
local pre, post =
|
local pre, post =
|
||||||
string.match( a[ ai ][ 2 ], '(.*)"..v[1].."(.*)' )
|
string.match( a[ ai ][ 2 ], '(.*)'..v[1]..'(.*)' )
|
||||||
|
|
||||||
if pre then
|
if pre then
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user