mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-12-04 19:03:17 +00:00
use relative sh path
This commit is contained in:
parent
f65cdd282d
commit
e2a27af6e7
@ -5425,7 +5425,7 @@ function spawnShell
|
||||
command, -- the shell command
|
||||
... -- additonal arguments
|
||||
)
|
||||
return spawn( agent, '/bin/sh', '-c', command, '/bin/sh', ... )
|
||||
return spawn( agent, 'sh', '-c', command, 'sh', ... )
|
||||
end
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user