From 76e3bbe2bdea65a42170d856872bddf21bb1ccba Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Mon, 21 Mar 2011 08:33:37 +0000 Subject: [PATCH] spawnShell comment fix --- lsyncd.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lsyncd.lua b/lsyncd.lua index a634199..a4eb1e8 100644 --- a/lsyncd.lua +++ b/lsyncd.lua @@ -3001,7 +3001,7 @@ function spawn(agent, binary, ...) end ----- --- Spawns a child process using bash. +-- Spawns a child process using the default shell. -- function spawnShell(agent, command, ...) return spawn(agent, "/bin/sh", "-c", command, "/bin/sh", ...) @@ -3116,7 +3116,7 @@ local default_rsync = { end end) -- stores all filters with integer index - --local filterI = inlet.getExcludes(); + -- local filterI = inlet.getExcludes(); local filterI = {} -- stores all filters with path index local filterP = {}