kopia lustrzana https://github.com/c9/core
Add extra quotes
rodzic
561c28bb6f
commit
e4e6774e2c
|
@ -311,8 +311,8 @@ define(function(require, exports, module) {
|
|||
else {
|
||||
proc.execFile("bash", {
|
||||
args: [
|
||||
"-c", "cp -a " + join(process.cwd(), "/*")
|
||||
+ " " + packagePath
|
||||
"-c", "cp -a \"" + join(process.cwd(), "/\"*")
|
||||
+ " \"" + packagePath + "\""
|
||||
]
|
||||
}, function(err){
|
||||
if (err) return callback(err);
|
||||
|
|
Ładowanie…
Reference in New Issue