Closed P403n1x87 closed 1 month ago
We fix a regression for the handling of whitespaces in command arguments. According to the documentation for spawn, the arguments don't need to be enquoted beforehand, and doing so actually breaks the support for whitespaces.
spawn
Fixes #42 #62 #64
We fix a regression for the handling of whitespaces in command arguments. According to the documentation for
spawn
, the arguments don't need to be enquoted beforehand, and doing so actually breaks the support for whitespaces.Fixes #42 #62 #64