diff options
Diffstat (limited to 'cpp/rubygen/generate')
-rwxr-xr-x | cpp/rubygen/generate | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/rubygen/generate b/cpp/rubygen/generate index dba3b81273..dba39dbf80 100755 --- a/cpp/rubygen/generate +++ b/cpp/rubygen/generate @@ -49,9 +49,9 @@ if makefile rgen_generator=#{make_continue rgen_generator} -rgen_client_cpp=#{make_continue(rgen_srcs.grep %r|/qpid/client/.+\.cpp$|)} +rgen_client_cpp=#{make_continue(rgen_srcs.grep(%r|/qpid/client/.+\.cpp$|))} -rgen_common_cpp=#{make_continue(rgen_srcs.grep %r|qpid/framing/.+\.cpp$|)} +rgen_common_cpp=#{make_continue(rgen_srcs.grep(%r|qpid/framing/.+\.cpp$|))} rgen_srcs=#{make_continue rgen_srcs} |