Closed vtenfys closed 4 years ago
Failed twice at Bower 🤔 Going to have a look to see what's causing that
Sooo apparently this causes it to be double quoted on Linux, at least I believe that's why tests are failing on Circle since echo $PATH
produces the same output either way
Hopefully it'll work if I put the quotes around the export PATH
line instead of the shell one
Hopefully it'll work if I put the quotes around the export PATH line instead of the shell one
nope ðŸ˜
Needed to quote around the whole PATH=$(PATH)
, now it should pass on CI!
Previously this was causing issues for people with spaces in their
PATH
directoriesSee also #224