We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbdeae0 + c0ac85c commit 7999e4bCopy full SHA for 7999e4b
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