moccu / barbeque

Collection of tiny helpers and tools to make live easier.
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Command.get_command should use shlex to split the command #2

Closed stephrdev closed 9 years ago

stephrdev commented 9 years ago

Using string.split leads to errors if an argument includes spaces.