Hi Cleto, thanks for your bug report with patch!
Two issues:
a.) your patch to delete empty arguments seems to modify the arguments, did
you test if everything still works: (?)
>>> command = 'huhu huhu'
>>> command = [x for x in command if x]
>>> print command
['h', 'u', 'h', 'u', ' ', 'h', 'u', 'h', 'u']
>>> command = 'huhu huhu'
>>> print command
huhu huhu
b.) what is the debian_bundle issue?
cheers,
Holger
signature.asc
Description: This is a digitally signed message part.

