X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/568195ca492756ae47491ccbf18e5bca80b1f124..36767762270a9ec0f510e4573e0b40f77597aa32:/asyncshell.lua diff --git a/asyncshell.lua b/asyncshell.lua index a8e3676..61336db 100644 --- a/asyncshell.lua +++ b/asyncshell.lua @@ -52,7 +52,7 @@ function asyncshell.request(command, callback, timeout) id, formatted_command ) - if type(awful.spawn) == 'table' then + if type(awful.spawn) == 'table' and awful.spawn.with_shell then awful.spawn.with_shell(req) else awful.util.spawn_with_shell(req)