Do not recommend io.popen()
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
2d2dba0d80
commit
731e4736e5
|
@ -30,7 +30,7 @@ util.spawn_with_shell = function(...)
|
|||
end
|
||||
|
||||
util.pread = function()
|
||||
gdebug.deprecate("Use io.popen() directly or look at awful.spawn.easy_async() "
|
||||
gdebug.deprecate("Use awful.spawn.easy_async() "
|
||||
.. "for an asynchronous alternative", {deprecated_in=4})
|
||||
return ""
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue