We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9c7140 + 7999e4b commit f7418f7Copy full SHA for f7418f7
1 file changed
lib/protobuf/tasks/compile.rake
@@ -22,7 +22,7 @@ namespace :protobuf do
22
full_command = command.join(' ')
23
24
puts full_command
25
- exec(full_command)
+ system(full_command)
26
end
27
28
desc 'Clean the generated *.pb.rb files from the destination package. Pass PB_FORCE_CLEAN=1 to skip confirmation step.'
0 commit comments