Skip to content

Commit

Permalink
Fixed Darwin BSD/Mac OSX bug
Browse files Browse the repository at this point in the history
  • Loading branch information
runexec committed May 14, 2012
1 parent 6b01206 commit ee72247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monorail.js
Expand Up @@ -718,7 +718,7 @@ switch(routine) {
// //
copy_op = ''; copy_op = '';


if(os.indexOf("win") == -1) { if(os.indexOf('window') == -1) {
copy_op = 'cp -vrf ./lib '+ project_name +'/lib'; copy_op = 'cp -vrf ./lib '+ project_name +'/lib';
}else{ }else{
copy_op = 'XCOPY lib '+ project_name +'\\lib'; copy_op = 'XCOPY lib '+ project_name +'\\lib';
Expand Down

0 comments on commit ee72247

Please sign in to comment.