Closed swalkinshaw closed 2 years ago
Fixes #295
This removes the explicit wrapping of env values in double quotes and just relies on the shellescape library. Before it could result in double quoting (eg: export PATH="'/path/to folder/bin'").
shellescape
Fixes #295
This removes the explicit wrapping of env values in double quotes and just relies on the
shellescape
library. Before it could result in double quoting (eg: export PATH="'/path/to folder/bin'").