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