Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
blocks/sinks/gnuplotwaterfall: fix gnuplot check with lua52compat luajit
when LuaJIT is built with Lua 5.2 compatibility (`-DLUAJIT_ENABLE_LUA52COMPAT`), `os.execute()` returns more detailed exit status, including a success boolean as the first return value instead of the integer exit code. resolves #43.
- Loading branch information