Skip to content

Commit

Permalink
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
@@ -19,7 +19,7 @@ unless SULONG_DIR
end

def mx(command, *args)
command = "mx -p #{SULONG_DIR} --vm server #{command} #{args.join(' ')}"
command = "mx -p #{SULONG_DIR} #{command} #{args.join(' ')}"
puts "$ #{command}"
`#{command}`
end

0 comments on commit f24be48

Please sign in to comment.