Fix sed invocation in copy_binary.py script for Mac.
authorMichael Case <mikecase@google.com>
Fri, 16 Mar 2018 17:23:41 +0000 (10:23 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 16 Mar 2018 17:27:44 +0000 (10:27 -0700)
commit86398ed80a09030255226678eee5d4be583a61c4
treed7324b9c668830b7deddd07aa044b03a81b68709
parent386ba370d41e8872a9db0d45239d7b00c14ef309
Fix sed invocation in copy_binary.py script for Mac.

Script was explicitly calling /bin/sed which was not being found on MacOS Kokoro builds.
Removing calling "sed" in script.

PiperOrigin-RevId: 189357296
tensorflow/tools/ci_build/copy_binary.py