Skip to content

Commit

Permalink
Merge branch '3-7-stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
film42 committed Sep 22, 2017
2 parents b9c7140 + 7999e4b commit f7418f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/protobuf/tasks/compile.rake
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace :protobuf do
full_command = command.join(' ')

puts full_command
exec(full_command)
system(full_command)
end

desc 'Clean the generated *.pb.rb files from the destination package. Pass PB_FORCE_CLEAN=1 to skip confirmation step.'
Expand Down

0 comments on commit f7418f7

Please sign in to comment.