in src/superspawn.js [56:61]
function maybeQuote (a) { if (a.indexOf(' ') !== -1) { a = '"' + a + '"'; } return a; }