Skip to content

Commit 7999e4b

Browse files
authored
Merge pull request #376 from mix86/3-7-stable
Allow to use rake task inside custom task many times
2 parents bbdeae0 + c0ac85c commit 7999e4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/protobuf/tasks/compile.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace :protobuf do
2222
full_command = command.join(' ')
2323

2424
puts full_command
25-
exec(full_command)
25+
system(full_command)
2626
end
2727

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

0 commit comments

Comments
 (0)