allowing checked out versions of the source to use bin/cake and bin/coffee from any directory.

This commit is contained in:
Jeremy Ashkenas 2010-02-22 09:12:52 -05:00
parent 4817b96bac
commit 9b78fb67cf
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@
process.mixin(require('sys'));
require.paths.unshift('./lib');
require.paths.unshift(__dirname + '/../lib');
require('cake').run();

View File

@ -2,6 +2,6 @@
process.mixin(require('sys'));
require.paths.unshift('./lib');
require.paths.unshift(__dirname + '/../lib');
require('command_line').run();