File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- /*
2- * Copyright 2011, Tim Branyen @tbranyen <tim@tabdeveloper.com>
1+ /* *
2+ * Copyright (c) 2011, Tim Branyen @tbranyen <tim@tabdeveloper.com>
3+ * @author Michael Robinson @codeofinterest <mike@pagesofinterest.net>
4+ *
35 * Dual licensed under the MIT and GPL licenses.
46 */
57
Original file line number Diff line number Diff line change 1- /*
2- * Copyright 2011, Tim Branyen @tbranyen <tim@tabdeveloper.com>
1+ /* *
2+ * Copyright (c) 2011, Tim Branyen @tbranyen <tim@tabdeveloper.com>
3+ * @author Michael Robinson @codeofinterest <mike@pagesofinterest.net>
4+ *
35 * Dual licensed under the MIT and GPL licenses.
46 */
57
Original file line number Diff line number Diff line change 1- /*
2- * Copyright 2011, Tim Branyen @tbranyen <tim@tabdeveloper.com>
1+ /* *
2+ * Copyright (c) 2011, Tim Branyen @tbranyen <tim@tabdeveloper.com>
3+ * @author Michael Robinson @codeofinterest <mike@pagesofinterest.net>
4+ *
35 * Dual licensed under the MIT and GPL licenses.
46 */
57
Original file line number Diff line number Diff line change 1- /*
2- * Copyright 2011, Tim Branyen @tbranyen <tim@tabdeveloper.com>
1+ /* *
2+ * Copyright (c) 2011, Tim Branyen @tbranyen <tim@tabdeveloper.com>
3+ * @author Michael Robinson @codeofinterest <mike@pagesofinterest.net>
4+ *
35 * Dual licensed under the MIT and GPL licenses.
46 */
57
Original file line number Diff line number Diff line change 1- /*
2- * Copyright 2011, Tim Branyen @tbranyen <tim@tabdeveloper.com>
1+ /* *
2+ * Copyright (c) 2011, Tim Branyen @tbranyen <tim@tabdeveloper.com>
3+ * @author Michael Robinson @codeofinterest <mike@pagesofinterest.net>
4+ *
35 * Dual licensed under the MIT and GPL licenses.
46 */
57
Original file line number Diff line number Diff line change @@ -97,13 +97,13 @@ async.series([
9797 } ) ;
9898 } ,
9999 function deleteExistingLibgit2BuildFolder ( callback ) {
100- fs . exists ( libgit2BuildDirectory , function ( exists ) {
101- if ( exists ) {
102- fs . remove ( libgit2BuildDirectory , callback ) ;
103- } else {
100+ // fs.exists(libgit2BuildDirectory, function(exists) {
101+ // if (exists) {
102+ // fs.remove(libgit2BuildDirectory, callback);
103+ // } else {
104104 callback ( ) ;
105- }
106- } ) ;
105+ // }
106+ // });
107107 } ,
108108 function createLibgit2BuildDirectory ( callback ) {
109109 console . log ( '[nodegit] Building libgit2 dependency.' ) ;
Original file line number Diff line number Diff line change 1- /*
2- * Copyright 2011, Tim Branyen @tbranyen <tim@tabdeveloper.com>
1+ /* *
2+ * Copyright (c) 2011, Tim Branyen @tbranyen <tim@tabdeveloper.com>
3+ * @author Michael Robinson @codeofinterest <mike@pagesofinterest.net>
4+ *
35 * Dual licensed under the MIT and GPL licenses.
46 */
57
Original file line number Diff line number Diff line change 1- /*
2- * Copyright 2011, Tim Branyen @tbranyen <tim@tabdeveloper.com>
1+ /* *
2+ * Copyright (c) 2011, Tim Branyen @tbranyen <tim@tabdeveloper.com>
3+ * @author Michael Robinson @codeofinterest <mike@pagesofinterest.net>
4+ *
35 * Dual licensed under the MIT and GPL licenses.
46 */
57
You can’t perform that action at this time.
0 commit comments