Ensure --output paths containing build commands are processed w/o problems.

Former-commit-id: 4790e4e2ea2eba6af8c93e3576858d1f6ff45e70
This commit is contained in:
John-David Dalton
2013-05-17 08:41:55 -07:00
parent a56ba245ea
commit e85ae351c7
2 changed files with 14 additions and 13 deletions

View File

@@ -1334,7 +1334,8 @@
'--output b.js',
'-o ' + path.join('a', 'b', 'c.js'),
'-o ' + relativePrefix + path.join('a', 'b', 'c.js'),
'-o ' + path.join(nestedPath, 'c.js')
'-o ' + path.join(nestedPath, 'c.js'),
'-o name_with_keywords_like_category_include_exclude_plus_minus.js'
];
commands.forEach(function(command) {