summaryrefslogtreecommitdiffhomepage
path: root/tasks/mruby_build_commands.rake
diff options
context:
space:
mode:
authorJon <[email protected]>2013-01-23 00:23:13 -0500
committerJon <[email protected]>2013-01-23 00:23:13 -0500
commit7f095534fdaad8dc6f378c1ea6c513c08a42ec01 (patch)
tree4da05159cf757ef606fe0e3d14b80afaf63e9b52 /tasks/mruby_build_commands.rake
parent26f353d8078f0cfee621dde14a76952dcbab72c3 (diff)
downloadmruby-7f095534fdaad8dc6f378c1ea6c513c08a42ec01.tar.gz
mruby-7f095534fdaad8dc6f378c1ea6c513c08a42ec01.zip
Refine pretty-print indenting
Diffstat (limited to 'tasks/mruby_build_commands.rake')
-rw-r--r--tasks/mruby_build_commands.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/mruby_build_commands.rake b/tasks/mruby_build_commands.rake
index f25d0d662..533f0fe62 100644
--- a/tasks/mruby_build_commands.rake
+++ b/tasks/mruby_build_commands.rake
@@ -214,7 +214,7 @@ module MRuby
@command ||= @build.mrbcfile
IO.popen("#{filename @command} #{@compile_options % {:funcname => funcname}}", 'r+') do |io|
[infiles].flatten.each do |f|
- _pp " MRBC", "#{f}"
+ _pp "MRBC", "#{f}", nil, :indent => 2
io.write IO.read(f)
end
io.close_write