From: luke bonham Date: Thu, 7 Aug 2014 10:21:30 +0000 (+0200) Subject: small fixes X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/823659d83d1262bbd94821e8460822c0130fff56 small fixes --- diff --git a/asyncshell.lua b/asyncshell.lua index c05fb6b..4eb8d2e 100644 --- a/asyncshell.lua +++ b/asyncshell.lua @@ -39,7 +39,7 @@ function asyncshell.request(command, callback) local tmpfname = asyncshell.file_template .. id asyncshell.request_table[id] = {callback = callback} local req = - string.format("bash -c '%s > %s; " .. + string.format("sh -c '%s > %s; " .. 'echo "asyncshell.deliver(%s)" | ' .. "awesome-client' 2> /dev/null", string.gsub(command, "'", "'\\''"), tmpfname,