Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Awesome 4.3 patch (lua54 compatibility) (#232)
* Patch to fix version info when using Lua5.4 Due to a change in Lua's 'request' built-in, Awesome's version flag now returns bad data when using Lua5.4. This patch handles that change without breaking earlier implementations, by only looking at the first returned value of 'request'.
- Loading branch information