Fix argument parsing for startProgram in Lua interface
Created by: TomTheBear
As shown in issue https://github.com/RRZE-HPC/likwid/issues/354, empty arguments are not parsed properly. This PR fixes the issue by using |
as separator in the execuable string so that in in can be split into argc
and argv
.