Closed niloc132 closed 5 years ago
The BSD build of sed expects that the next string is an argument, and this sed operation fails with
sed: 1: "java/jsinterop/base/Any ...": invalid command code j
It is my understanding that this change should be compatible on both linux and os x this way, tested on both platforms via bazel build //java/... (though Java >8 was required on linux).
bazel build //java/...
The BSD build of sed expects that the next string is an argument, and this sed operation fails with
It is my understanding that this change should be compatible on both linux and os x this way, tested on both platforms via
bazel build //java/...
(though Java >8 was required on linux).