STT-tensorflow/third_party/flatbuffers
YoungSeok Yoon f9fb66cdb7 Correctly add newline character when concatenating schema generated python srcs
The last sed command used for adding the import statement and the '\n' was
working as intended on Linux, but was failing on macOS, due to the difference in
sed behavior between GNU and BSD.

Fixed the issue by using an actual newline character with $'\n', which correctly
works on both platforms.

Fixes https://github.com/tensorflow/tensorflow/issues/39756

PiperOrigin-RevId: 313691192
Change-Id: I96e5544c03641bae05753e8f7d1346c8aa1c0f6e
2020-05-28 17:34:10 -07:00
..
BUILD Convert TensorFlow's flatbuffers dependency to new third party import method 2018-08-22 14:49:44 -07:00
build_defs.bzl Correctly add newline character when concatenating schema generated python srcs 2020-05-28 17:34:10 -07:00
BUILD.bazel Add util.py to the flatbuffer python runtime. 2020-04-02 10:24:27 -07:00
BUILD.system Convert TensorFlow's flatbuffers dependency to new third party import method 2018-08-22 14:49:44 -07:00
workspace.bzl Check Flatbuffer identifier in both MetadataPopulator and MetadataExtractor 2020-04-03 09:44:54 -07:00