===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
lsyncd-2.2.3/examples/lgforce.lua-40-[[
lsyncd-2.2.3/examples/lgforce.lua:41:if [ `expr match $perm "....rw"` == 0 ]; then
lsyncd-2.2.3/examples/lgforce.lua-42-	/bin/chmod g+rw ^sourcePathname || /bin/true;
##############################################
lsyncd-2.2.3/examples/lgforce.lua-48-if [ -d ^sourcePathname ]; then
lsyncd-2.2.3/examples/lgforce.lua:49:	if [ `expr match $perm "......x"` == 0 ]; then
lsyncd-2.2.3/examples/lgforce.lua-50-		/bin/chmod g+x ^^sourcePathname || /bin/true;