mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Cleanup some build scripts
This commit is contained in:
@@ -113,6 +113,9 @@ function partial_require(path, exports)
|
||||
// FIXME: is there a better way to do this???
|
||||
OS.system = function(aCommand)
|
||||
{
|
||||
if (Array.isArray(aCommand))
|
||||
aCommand = aCommand.map(OS.enquote).join(" ");
|
||||
|
||||
return system("PATH=" + OS.enquote(bin) + ":$PATH " + aCommand);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user