]> git.e2factory.org Git - e2factory.git/commit
tools.get_tool_flags(): Return vector of flags instead of string
authorTobias Ulmer <tu@emlix.com>
Tue, 19 Nov 2013 18:34:35 +0000 (19:34 +0100)
committerTobias Ulmer <tu@emlix.com>
Wed, 16 Nov 2016 14:41:17 +0000 (15:41 +0100)
commit861a2f11417a35f8d6bb2ec2c117e446f2a1ea6c
tree2ab0363902c4a0a623161e2010b79f1cdb078e0a
parent39c9e7f4b8baff66d3944cc4c2649b42ae29d328
tools.get_tool_flags(): Return vector of flags instead of string

Adds a parser so users don't have to change their e2.conf. The parser
handles single and double quote strings as well as \\ and \" escapes.

Allows converting all tool calls to argv without loss of functionality.

Signed-off-by: Tobias Ulmer <tu@emlix.com>
generic/tools.lua