Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Truffle] Debug Travis.
Browse files Browse the repository at this point in the history
chrisseaton committed May 12, 2016
1 parent 7ff5826 commit bd24bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/jruby-cext-c
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ end
def mx(command, *args)
command = "mx -p #{SULONG_DIR} --vm server #{command} #{args.join(' ')}"
puts "$ #{command}"
`#{command}`
puts `#{command}`
end

CEXT_DIR = ARGV[0]

0 comments on commit bd24bef

Please sign in to comment.