Skip to content

Commit

Permalink
Remove readlink from build making the script more agnostic to environ…
Browse files Browse the repository at this point in the history
…ment
  • Loading branch information
broken committed Oct 5, 2019
1 parent 98b34b0 commit bc60c2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion oss_scripts/pip_package/build_pip_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ main() {
output_dir="/tmp/tensorflow_text_pkg"
fi
mkdir -p ${output_dir}
output_dir=$(readlink -f "${output_dir}")
echo "=== Destination directory: ${output_dir}"

if [[ ! -d "bazel-bin/tensorflow_text" ]]; then
Expand Down

0 comments on commit bc60c2e

Please sign in to comment.