aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/gRPC-C++.podspec.template
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-01-18 17:01:08 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-01-18 17:01:08 -0800
commit277e2e4f07744bd0f803efc80440f2e315f6d34a (patch)
tree7cb6a30ba29adc0ce63d544fc96ad94b45114581 /templates/gRPC-C++.podspec.template
parent1164fd6fca13e0b072dd8f08880534481455c15a (diff)
Clean up tests, examples, and podspecs
Diffstat (limited to 'templates/gRPC-C++.podspec.template')
-rw-r--r--templates/gRPC-C++.podspec.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/gRPC-C++.podspec.template b/templates/gRPC-C++.podspec.template
index 0c4d9a583b..78adb27915 100644
--- a/templates/gRPC-C++.podspec.template
+++ b/templates/gRPC-C++.podspec.template
@@ -185,9 +185,9 @@
end
s.prepare_command = <<-END_OF_COMMAND
- find src/cpp/ -type f -exec sed -E -i '.back' 's;#include "third_party/nanopb/(.*)";#include <nanopb/\\1>;g' {} \\\;
+ find src/cpp/ -type f -exec sed -E -i'.back' 's;#include "third_party/nanopb/(.*)";#include <nanopb/\\1>;g' {} \\\;
find src/cpp/ -name "*.back" -type f -delete
- find src/core/ -regex ".*\.h" -type f -exec sed -E -i '.back' 's;#include "third_party/nanopb/(.*)";#include <nanopb/\\1>;g' {} \\\;
+ find src/core/ -regex ".*\.h" -type f -exec sed -E -i'.back' 's;#include "third_party/nanopb/(.*)";#include <nanopb/\\1>;g' {} \\\;
find src/core/ -name "*.back" -type f -delete
END_OF_COMMAND
end