Skip to content

Commit

Permalink
Make script files executable.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 252334041
  • Loading branch information
broken authored and tf-text-github-robot committed Jun 10, 2019
1 parent 2a55de3 commit f49331f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions oss_scripts/configure.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================

function write_to_bazelrc() {
echo "$1" >> .bazelrc
}
Expand Down
2 changes: 1 addition & 1 deletion oss_scripts/pip_package/build_pip_package.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ main() {
fi
mkdir -p ${output_dir}
output_dir=$(readlink -f "${output_dir}")
echo "=== destination directory: ${output_dir}"
echo "=== Destination directory: ${output_dir}"

if [[ ! -d "bazel-bin/tensorflow_text" ]]; then
die "Could not find bazel-bin. Did you run from the root of the build tree?"
Expand Down

0 comments on commit f49331f

Please sign in to comment.