mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
fixing relative path for execution tests
This commit is contained in:
parent
a186e47e2c
commit
c84bb0c875
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Usage:
|
|||
WATCH_INTERVAL = 0.5
|
||||
|
||||
# Command to execute in Narwhal
|
||||
PACKAGE = File.dirname(File.dirname(File.dirname(__FILE__)))
|
||||
PACKAGE = File.expand_path(File.dirname(__FILE__) + '/../..')
|
||||
LAUNCHER = "narwhal -p #{PACKAGE} -e 'require(\"coffee-script\").run(system.args);'"
|
||||
|
||||
# Run the CommandLine off the contents of ARGV.
|
||||
|
|
Loading…
Reference in a new issue