Skip to content

Commit

Permalink
Merge branch 'truffle-head'
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Dec 16, 2016
2 parents e926a44 + a14acdb commit 2398903
Show file tree
Hide file tree
Showing 343 changed files with 4,610 additions and 7,197 deletions.
2 changes: 2 additions & 0 deletions lib/ruby/truffle/jruby-truffle-tool/lib/truffle/tool.rb
Expand Up @@ -364,6 +364,8 @@ def initialize(argv, options = {})
@called_from_dir = Dir.pwd
@options[:global][:dir] = File.expand_path(@options[:global][:dir] || @called_from_dir)

log({ argv: argv, options: options }.pretty_inspect) if verbose?

Dir.chdir @options[:global][:dir] do
log "pwd is #{Dir.pwd}" if verbose?

Expand Down

0 comments on commit 2398903

Please sign in to comment.