mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
allowing checked out versions of the source to use bin/cake and bin/coffee from any directory.
This commit is contained in:
2
bin/cake
2
bin/cake
@@ -2,6 +2,6 @@
|
||||
|
||||
process.mixin(require('sys'));
|
||||
|
||||
require.paths.unshift('./lib');
|
||||
require.paths.unshift(__dirname + '/../lib');
|
||||
|
||||
require('cake').run();
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
|
||||
process.mixin(require('sys'));
|
||||
|
||||
require.paths.unshift('./lib');
|
||||
require.paths.unshift(__dirname + '/../lib');
|
||||
|
||||
require('command_line').run();
|
||||
|
||||
Reference in New Issue
Block a user